Fixes LMS-2352 by unifying :hover and :focus styles.

This commit is contained in:
Dave St.Germain
2014-03-14 11:49:00 -04:00
parent ac6b9f8e2a
commit dbd4e73b04
23 changed files with 54 additions and 54 deletions

View File

@@ -17,7 +17,7 @@
pointer-events: none;
cursor: none;
&:hover {
&:hover, &:focus {
box-shadow: 0 0 0 0 !important;
}
}