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 179179 background-color : var (--surface-base-active );
180180}
181181
182+ [data-component = "button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ] [data-slot = "icon-svg" ] {
183+ color : var (--icon-strong-base );
184+ }
185+
182186[data-component = "button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ]: hover : not (: disabled ) {
183187 background-color : var (--surface-base-active );
184188}
Original file line number Diff line number Diff line change 176176 background-color : var (--surface-base-active );
177177}
178178
179+ [data-component = "icon-button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ] [data-slot = "icon-svg" ] {
180+ color : var (--icon-strong-base );
181+ }
182+
179183[data-component = "icon-button" ].titlebar-icon [data-variant = "ghost" ][aria-expanded = "true" ]: hover : not (: disabled ) {
180184 background-color : var (--surface-base-active );
181185}
You can’t perform that action at this time.
0 commit comments