Commit ba2d5564 authored by Serhan Apaydın's avatar Serhan Apaydın Committed by Chris Rebert

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

Closes #16047 by merging a tweaked version of it.
parent 39a05d74
......@@ -2,7 +2,8 @@
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
a&:hover,
a&:focus {
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