From ba2d556455c6dad083d31bf052e1f1d09a7da99a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Serhan=20Apayd=C4=B1n?= Date: Wed, 11 Mar 2015 14:24:16 +0200 Subject: [PATCH] Make .text-emphasis-variant adjust :focus color in addition to :hover color Closes #16047 by merging a tweaked version of it. --- less/mixins/text-emphasis.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/mixins/text-emphasis.less b/less/mixins/text-emphasis.less index 0868ef9f2c..9e8a77a698 100644 --- a/less/mixins/text-emphasis.less +++ b/less/mixins/text-emphasis.less @@ -2,7 +2,8 @@ .text-emphasis-variant(@color) { color: @color; - a&:hover { + a&:hover, + a&:focus { color: darken(@color, 10%); } } -- 2.47.2