File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
playground/.vuepress/styles Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export default {
170170 div [data-ds-theme = "dark" ]
171171 .meilisearch-autocomplete
172172 .dsb-dropdown-menu [class^ = dsb-dataset- ], .docs-searchbar-suggestion
173- background lighten ( $bgDarkColor , 10 % )
173+ background $msDropdownBgDarkColor
174174
175175 // Searchbox
176176 input
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ $msAccentDarkColor
131131$msInputDarkBgColor
132132$msTextDarkColor
133133$borderDarkColor
134+ $msDropdownBgDarkColor
134135```
135136
136137You can also find an example in our [ playground's ` palette.styl ` file] ( ./playground/.vuepress/styles/palette.styl )
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ $msInputDarkBgColor = #444d52
55
66$msTextDarkColor = #ea ea ea
77
8- $borderDarkColor = lighten ($msInputDarkBgColor , 10% )
8+ $msBorderDarkColor = lighten ($msInputDarkBgColor , 10% )
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ $msInputDarkBgColor ?= #444d52
55
66$msTextDarkColor ?= #ea ea ea
77
8- $msBorderDarkColor ?= lighten ($msInputDarkBgColor , 10% )
8+ $msBorderDarkColor ?= lighten ($msInputDarkBgColor , 10% )
9+
10+ $msDropdownBgDarkColor ?= darken ($msInputDarkBgColor , 25% )
You can’t perform that action at this time.
0 commit comments