Highlight :focus buttons

Apply :hover style for :focus buttons.

Closes-Bug: #1641526

Change-Id: I1aceb2918fc4f5a9cd408cd15620c547d3991bb9
This commit is contained in:
Julia Aranovich 2016-11-16 13:01:56 +03:00
parent 7a71feb316
commit a0a6335f6d
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ button, .btn:not(.btn-link) {.font-semibold;}
border-color: @color;
color: @white;
.text-shadow;
&:hover {
&:hover, &:focus {
background-color: @color - 15%;
border-color: @color - 15%;
.text-noshadow;