remove outline from tool dropdown

This commit is contained in:
Stewart Allen 2019-01-15 17:26:25 -05:00
commit af7faae3fa

View file

@ -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;