Fix CSS indent on firefox

This commit is contained in:
Piero Toffanin 2022-12-09 14:28:14 -05:00
parent 7c5d798fd5
commit 30b3382af8

View file

@ -61,14 +61,6 @@ h3.header {
position: relative;
}
@-moz-document url-prefix() {
.language-select select {
-moz-appearance: none;
text-indent: -2px;
margin-right: -8px;
}
}
.language-select:after {
content: "";
width: 0.5em;