Skip to content

Commit 01d3d03

Browse files
committed
fix colorModeToggle_ selector
1 parent da91238 commit 01d3d03

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/src/css/customTheme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8+
/* TODO remove after v3.8 upgrade */
9+
div[class*="colorModeToggle_"] {
10+
visibility: hidden;
11+
}
12+
813
@import "shared";
914

1015
:root {

0 commit comments

Comments
 (0)