Skip to content

Commit 19ed7f7

Browse files
Focus Indicator Disappears While Tabbing - DefectDojo Accessibility issue (Serious) (#12051)
* Update dojo.css * Update package-lock.json
1 parent ac19d38 commit 19ed7f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dojo/static/dojo/css/dojo.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@ a {
8585
background-color: #38434d!important;
8686
}
8787

88+
.panel-heading .dropdown-toggle:focus {
89+
outline: 5px auto -webkit-focus-ring-color;
90+
outline-offset: -2px;
91+
}
92+
93+
#base-content .clearfix .pagination .dropdown-toggle:focus {
94+
outline: 5px auto #599fd0;
95+
outline-offset: -3px;
96+
}
97+
.table-responsive .dropdown-toggle:focus {
98+
outline: 5px auto -webkit-focus-ring-color;
99+
text-decoration: none;
100+
}
101+
88102
/*
89103
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
90104
background-color: transparent!important;

0 commit comments

Comments
 (0)