mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-12 06:06:22 +01:00
parent
2c767f44bf
commit
3191c3b349
@ -565,8 +565,8 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-bottom: 2px solid lighten($ui-base-color, 8%);
|
border-bottom: 2px solid lighten($ui-base-color, 8%);
|
||||||
transition: all 200ms linear;
|
transition: all 50ms linear;
|
||||||
transition-property: background;
|
transition-property: border-bottom, background, color;
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -583,8 +583,6 @@
|
|||||||
&:active {
|
&:active {
|
||||||
@include multi-columns('screen and (min-width: 631px)') {
|
@include multi-columns('screen and (min-width: 631px)') {
|
||||||
background: lighten($ui-base-color, 14%);
|
background: lighten($ui-base-color, 14%);
|
||||||
transition: all 100ms linear;
|
|
||||||
transition-property: background;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user