Skip to content
Snippets Groups Projects
Commit 29abc943 authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Remove outline from focused toot (#4448)

* Remove outline from focused toot

* change style
parent f91284d2
No related branches found
No related tags found
No related merge requests found
......@@ -462,6 +462,10 @@
overflow: hidden;
white-space: pre-wrap;
&:focus {
outline: rgba($ui-highlight-color, 0.7) solid 2px;
}
.emojione {
width: 18px;
height: 18px;
......@@ -563,6 +567,12 @@
}
}
&:focus,
&.status-direct:focus {
outline: 0;
background-color: lighten($ui-base-color, 10%);
}
&.light {
.status__relative-time {
color: $ui-primary-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment