Skip to content

Commit

Permalink
Fixes select colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nzaytsev committed Nov 8, 2024
1 parent cc94f73 commit 5b082d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import '../../../shared/components/menu/index';
import '../../../shared/components/menu/menu-item';
import '../../../shared/components/menu/menu-list';
import '../../../shared/components/overlays/popover';
import '../../../shared/styles/select.scss';

@customElement('gl-branch-threshold-filter')
export class GlBranchThresholdFilter extends GlElement {
Expand Down
4 changes: 4 additions & 0 deletions src/webviews/apps/shared/styles/select.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
select option {
color: var(--vscode-foreground);
background-color: var(--vscode-dropdown-background);
}

0 comments on commit 5b082d1

Please sign in to comment.