mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-24 11:34:19 +01:00
Adds transition on buttons becoming active
This commit is contained in:
parent
32ef6f33a0
commit
6f1f2ab612
@ -4,7 +4,7 @@
|
||||
.btn-background (@color, @hover-color, @selected-color, @text-color) {
|
||||
color: @text-color;
|
||||
background-color: transparent;
|
||||
|
||||
transition: color 0.2s;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: @text-color;
|
||||
|
Loading…
Reference in New Issue
Block a user