Commit e4a5c3ed authored by Simon Knox's avatar Simon Knox

remove outline from dropdown toggles when dropdown open

parent c28ba5aa
......@@ -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