about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/components.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-06-13 17:07:43 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-06-13 17:07:43 +0200
commitb4d67fe57af4d45082dc92eef20d5bb758bd8379 (patch)
tree5ba55fdedf8fcda7ac60b989bfb9be3eeeb84e91 /app/javascript/styles/mastodon/components.scss
parentdd45c63921f6f64096fa6a1693cc84d6aa33c54f (diff)
Fix ordering of keyboard access between CW field, textarea and emoji picker (#11066)
Diffstat (limited to 'app/javascript/styles/mastodon/components.scss')
-rw-r--r--app/javascript/styles/mastodon/components.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 79dbb5c87..545427d22 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -337,7 +337,6 @@
     position: absolute;
     top: 5px;
     right: 5px;
-    z-index: 1;
   }
 
   .compose-form__autosuggest-wrapper {
@@ -413,15 +412,6 @@
     height: 0;
   }
 
-  .emoji-picker-wrapper {
-    position: relative;
-    height: 0;
-
-    &.emoji-picker-wrapper--hidden {
-      display: none;
-    }
-  }
-
   .autosuggest-textarea__suggestions {
     box-sizing: border-box;
     display: none;