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

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

Closes #16047 by merging a tweaked version of it.
parent 39a05d74
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 2 additions and 1 deletion
+2 -1
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
.text-emphasis-variant(@color) { .text-emphasis-variant(@color) {
color: @color; color: @color;
a&:hover { a&:hover,
a&:focus {
color: darken(@color, 10%); color: darken(@color, 10%);
} }
} }
Supports Markdown
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