We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cbf58 commit 6d83bc6Copy full SHA for 6d83bc6
1 file changed
plugins/CoreHome/stylesheets/selector.less
@@ -11,6 +11,7 @@
11
@_selector-dropdown_border-radius: 8px;
12
@_selector-dropdown_padding: 16px;
13
@_selector-dropdown_box-shadow: ~"0 0 3px #A5B1CA4D, 0 10px 40px #A5B1CA4D";
14
+@_selector-dropdown_box-shadow-dark: ~"0 0 3px #00000080, 0 10px 40px #00000080";
15
@_selector-dropdown_margin-top: 8px;
16
17
@@ -149,6 +150,10 @@
149
150
box-shadow: @_selector-dropdown_box-shadow;
151
152
overflow: hidden;
153
+
154
+ .inDarkMode({
155
+ box-shadow: @_selector-dropdown_box-shadow-dark;
156
+ });
157
}
158
159
0 commit comments