BigW Consortium Gitlab

Commit fc9a9e08 by Annabel Dunstone Gray Committed by Clement Ho

Merge branch '33469-focus' into 'master'

remove outline from More Actions icon when dropdown open Closes #33469 See merge request !12054
parent da504f80
......@@ -48,6 +48,10 @@
@include chevron-active;
border-color: $gray-darkest;
}
[data-toggle="dropdown"] {
outline: 0;
}
}
.dropdown-toggle {
......@@ -109,6 +113,7 @@
&:focus:active {
@include chevron-active;
border-color: $dropdown-toggle-active-border-color;
outline: 0;
}
}
......
......@@ -462,7 +462,6 @@ ul.notes {
.more-actions-toggle {
padding: 0;
outline: none;
&:hover .icon,
&:focus .icon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment