Fix transition: all (#10699)
This commit is contained in:
parent
56880fa76a
commit
7aa749ab46
2 changed files with 6 additions and 2 deletions
|
@ -50,6 +50,7 @@ $content-width: 840px;
|
|||
color: $darker-text-color;
|
||||
text-decoration: none;
|
||||
transition: all 200ms linear;
|
||||
transition-property: color, background-color;
|
||||
border-radius: 4px 0 0 4px;
|
||||
|
||||
i.fa {
|
||||
|
@ -60,6 +61,7 @@ $content-width: 840px;
|
|||
color: $primary-text-color;
|
||||
background-color: darken($ui-base-color, 5%);
|
||||
transition: all 100ms linear;
|
||||
transition-property: color, background-color;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue