File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -1727,17 +1727,25 @@ StScrollBar StButton#hhandle:focus {
17271727 transition-duration : 100 ;
17281728}
17291729
1730- .grouped-window-list-item-box : hover ,
1731- .grouped-window-list-item-box : focus {
1730+ .grouped-window-list-item-box : hover {
17321731 color : # ffffff ;
1733- border-image : url ("panel-assets/item-active- hover.svg" ) 4 ;
1732+ border-image : url ("panel-assets/item-hover.svg" ) 4 ;
17341733 transition-duration : 100 ;
17351734}
17361735
17371736.grouped-window-list-item-box : active ,
1738- .grouped-window-list-item-box : checked {
1737+ .grouped-window-list-item-box : checked ,
1738+ .grouped-window-list-item-box : focus : hover ,
1739+ .grouped-window-list-item-box : active : hover ,
1740+ .grouped-window-list-item-box : checked : hover {
17391741 color : # ffffff ;
1740- border-image : url ("panel-assets/item-active.svg" ) 4 ;
1742+ border-image : url ("panel-assets/item-active-hover.svg" ) 4 ;
1743+ transition-duration : 100 ;
1744+ }
1745+
1746+ .grouped-window-list-item-box : focus {
1747+ color : # ffffff ;
1748+ border-image : url ("panel-assets/item-active.svg" ) 8 ;
17411749 transition-duration : 100 ;
17421750}
17431751
You can’t perform that action at this time.
0 commit comments