Commit 8eccd088 authored by Patrick H. Lauke's avatar Patrick H. Lauke

Merge pull request #16160 from monoblaine/master

Make .bg-variant adjust :focus color in addition to :hover color
parents 01ff20e1 85837639
......@@ -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