mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-26 11:54:21 +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) {
|
.btn-background (@color, @hover-color, @selected-color, @text-color) {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
transition: color 0.2s;
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user