remove outline from tool dropdown
This commit is contained in:
parent
1ff052855e
commit
af7faae3fa
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ th, tr, td, span, div, label, button {
|
|||
input[type=range]::-moz-focus-outer {
|
||||
border: 0;
|
||||
}
|
||||
select {
|
||||
outline: none;
|
||||
}
|
||||
.dialog {
|
||||
display: none;
|
||||
color: black;
|
||||
|
|
|
|||
Loading…
Reference in a new issue