File tree Expand file tree Collapse file tree
packages/ui/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 172172}
173173
174174[data-component = "button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ] {
175- background-color : var (--surface-base-active );
175+ background-color : var (--surface-raised- base-active );
176176}
177177
178178[data-component = "button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ] [data-slot = "icon-svg" ] {
179179 color : var (--icon-strong-base );
180180}
181181
182182[data-component = "button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ]: hover : not (: disabled ) {
183- background-color : var (--surface-base-active );
183+ background-color : var (--surface-raised- base-active );
184184}
Original file line number Diff line number Diff line change 169169}
170170
171171[data-component = "icon-button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ] {
172- background-color : var (--surface-base-active );
172+ background-color : var (--surface-raised- base-active );
173173}
174174
175175[data-component = "icon-button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ] [data-slot = "icon-svg" ] {
176176 color : var (--icon-strong-base );
177177}
178178
179179[data-component = "icon-button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ]: hover : not (: disabled ) {
180- background-color : var (--surface-base-active );
180+ background-color : var (--surface-raised- base-active );
181181}
You can’t perform that action at this time.
0 commit comments