Fix focus styles on tabs
closes CORE-221 Test Plan: - Enable High Contrast Mode and Underline Links user-level feature flags - Go to Account Settings - Tab to the the tabs at the top of the section - Use arrow keys to navigate - Focus should be indicated with a box Change-Id: Ie15dd289a1d81acd55c671ca2ac3ca3fe1710fef Reviewed-on: https://gerrit.instructure.com/131536 Reviewed-by: brian kirkby <bkirkby@instructure.com> QA-Review: Jeremy Putnam <jeremyp@instructure.com> Product-Review: Dan Sasaki <dsasaki@instructure.com> Tested-by: Jenkins
This commit is contained in:
parent
ec8a371e5a
commit
782685913c
|
@ -202,7 +202,7 @@ a {
|
|||
/// Underline All Links Feature Flag
|
||||
////////=============
|
||||
.Underline-All-Links__enabled {
|
||||
a:not(.Button, .btn, .ui-button) {
|
||||
a:not(.Button, .btn, .ui-button, .ui-tabs-anchor) {
|
||||
text-decoration: underline;
|
||||
&:focus, &:hover { text-decoration: none; }
|
||||
@include ic-focus-base;
|
||||
|
|
Loading…
Reference in New Issue