File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,15 @@ onMounted(() => {
127127 --design-card-shadow : 0 2px 4px 0px rgb (0 0 0 / 10% );
128128 --design-element-shadow : 0 1px 2px 0px rgb (0 0 0 / 10% );
129129 --design-highlight-color : rgb (var (--system-blue ));
130- --design-highlight-background : color-mix (in hsl , rgb (var (--theme-foreground ) / 15 % ), rgb (var (--acrylic-background ) / 10 % ));
130+ --design-highlight-background : color-mix (in hsl , rgb (var (--theme-foreground ) / 5 % ), rgb (var (--acrylic-background ) / 5 % ));
131131 --design-input-background : color-mix (in hsl , rgb (var (--theme-foreground ) / 10% ) 75% , rgb (var (--acrylic-background ) / 10% ));
132132 --design-separator : rgb (var (--theme-foreground ) / 10% );
133133 @media (prefers-color-scheme : dark ) {
134134 --system-cyan : 108 224 219 ;
135135 --design-active-background : rgb (255 255 255 / 16.667% );
136136 --design-alert-color : rgb (var (--system-yellow ));
137137 --design-highlight-color : rgb (var (--system-cyan ));
138+ --design-highlight-background : rgb (255 255 255 / 5% );
138139 }
139140}
140141:global(::selection ) {
Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ function close() {
169169 // https://github.com/react-dnd/react-dnd/issues/788
170170 transform : translate (0 , 0 );
171171 transition : transform 0.2s ;
172+ & :hover {
173+ background : var (--design-highlight-background );
174+ }
172175 & :active {
173176 transform : scale (0.98 );
174177 }
You can’t perform that action at this time.
0 commit comments