mirror of https://github.com/zulip/zulip.git
dropdown_list_widget: Update focus outline of toggle button.
This commit updates the focus outline of toggle button to be same as that of select element.
This commit is contained in:
parent
66f762f4f4
commit
1505fc30d6
|
@ -127,7 +127,8 @@ input::-ms-reveal {
|
|||
}
|
||||
}
|
||||
|
||||
select.bootstrap-focus-style {
|
||||
select.bootstrap-focus-style,
|
||||
button.dropdown-toggle {
|
||||
&:focus {
|
||||
outline: 1px dotted hsl(0deg 0% 20%);
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
|
|
Loading…
Reference in New Issue