style: remove vendor style of <select> in i18n switch (#1238)

This removes the annoying left padding
This commit is contained in:
Jimmy
2026-01-26 00:03:27 +01:00
committed by GitHub
parent 35cba14cde
commit fe7a0566df
+11
View File
@@ -190,6 +190,17 @@
border: 0;
background-color: transparent;
color: var(--body-text-color);
padding: 0;
cursor: pointer;
font-family: inherit;
font-size: inherit;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
&::-ms-expand {
display: none;
}
option {
color: var(--card-text-color-main);