1
0
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:
Rob Cameron 2014-02-27 09:09:45 -08:00
parent 32ef6f33a0
commit 6f1f2ab612

View File

@ -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;