about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/composer.scss
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2018-01-04 21:17:30 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2018-01-04 21:17:30 -0800
commitd7ce339c2e33a5607c21d3eff316669cff9c6ea3 (patch)
tree01c4d0a820a52fad49708cb78ca3e71c78e234a5 /app/javascript/flavours/glitch/styles/components/composer.scss
parent42f50049ff29ccdc484c22f8a5a19cda2dd03a5b (diff)
WIP <Compose> Refactor; Fin~
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/composer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss
index 4b09d80d6..46df79906 100644
--- a/app/javascript/flavours/glitch/styles/components/composer.scss
+++ b/app/javascript/flavours/glitch/styles/components/composer.scss
@@ -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;
     }
   }
 }