about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-08-01 08:40:31 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-08-01 01:40:31 +0200
commit8ccb3b96ab57a5d7838699e33c25a2c94dde2252 (patch)
tree2e2bded9583e3f20e97884c5e861debc10ae3022 /app
parente9ee249fd50760e13dd02712cbe496f1d660912b (diff)
Re-add outline (#4474)
* Re-add outline

* respect default of web browser
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 3749ead40..34e4b2e72 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -466,10 +466,6 @@
   overflow: hidden;
   white-space: pre-wrap;
 
-  &:focus {
-    outline: rgba($ui-highlight-color, 0.7) solid 2px;
-  }
-
   .emojione {
     width: 18px;
     height: 18px;
@@ -571,12 +567,6 @@
     }
   }
 
-  &:focus,
-  &.status-direct:focus {
-    outline: 0;
-    background-color: lighten($ui-base-color, 10%);
-  }
-
   &.light {
     .status__relative-time {
       color: $ui-primary-color;