Commit 85837639 authored by Serhan Apaydın's avatar Serhan Apaydın

Make .bg-variant adjust :focus color in addition to :hover color

parent 5833d079
......@@ -2,7 +2,8 @@
.bg-variant(@color) {
background-color: @color;
a&:hover {
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment