Skip to content

Commit

Permalink
fix: fix dropdown control dark theme coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
nattallius committed Aug 22, 2023
1 parent 474cf20 commit cc35b47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/plugins/header/options/option/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
background-color: @dark-theme;
}

&-control {
&:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' xml:space='preserve'%3E%3Cpolyline points='0,0 8,8 16,0' fill='none' stroke='white' stroke-width='2'%3E%3C/polyline%3E%3C/svg%3E");
}
&-control svg {
stroke: @light-color;

}
}

Expand Down

0 comments on commit cc35b47

Please # to comment.