CSS: Add :focus style to button-link
This commit is contained in:
parent
8006090108
commit
0e8834a4a2
|
@ -27,9 +27,13 @@
|
||||||
-o-transition: background 0.3s ease, color 0.3s ease;
|
-o-transition: background 0.3s ease, color 0.3s ease;
|
||||||
transition: background 0.3s ease, color 0.3s ease;
|
transition: background 0.3s ease, color 0.3s ease;
|
||||||
|
|
||||||
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: @color;
|
background-color: @color;
|
||||||
color: @background-color;
|
color: @background-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue