This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove outline from focused toot (
#4448
)
* Remove outline from focused toot * change style
master
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
f91284d230
commit
29abc9438c
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
app/javascript/styles/components.scss
+ 10
- 0
app/javascript/styles/components.scss
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save