Skip to content

Commit

Permalink
Fix select background on Windows/Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Nov 9, 2023
1 parent c2eafdb commit 4db2636
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rust/perspective-viewer/src/less/dom/select.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
padding: 0px 12px 0px 0px;
font-size: 10px;
font-family: inherit;
background-color: var(--select--background-color, transparent);
background-color: transparent;
background-image: url("../../svg/dropdown-selector.svg");
background-position: right 2px center;
background-repeat: no-repeat;

option {
background: var(--select--background-color, transparent);
color: var(--icon--color, inherit);
background: var(--plugin--background, transparent);
}
}
}

0 comments on commit 4db2636

Please sign in to comment.