From fb2047f3b0aa1349bee2c13392f6e69244eee067 Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Wed, 26 Feb 2014 18:03:55 -0800 Subject: [PATCH] Fixes button focus --- stylesheets/buttons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/buttons.less b/stylesheets/buttons.less index f599517..c9c83c8 100644 --- a/stylesheets/buttons.less +++ b/stylesheets/buttons.less @@ -6,7 +6,7 @@ background-color: transparent; - &:hover { + &:hover, &:focus { color: @text-color; } &.selected,