WIP <Compose> Refactor; Fin~

This commit is contained in:
kibigo!
2018-01-04 21:17:30 -08:00
parent 42f50049ff
commit d7ce339c2e
6 changed files with 38 additions and 6 deletions

View File

@ -180,15 +180,15 @@
&:hover,
&:focus,
&:active,
&.active { background: darken($ui-secondary-color, 10%) }
&.selected { background: darken($ui-secondary-color, 10%) }
& > .emoji {
img {
display: block;
float: left;
margin-right: 8px;
width: 16px;
height: 16px;
width: 18px;
height: 18px;
}
}
}