File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1591,7 +1591,11 @@ a.ui.label:hover {
1591
1591
.ui.basic.buttons .button :focus ,
1592
1592
.ui.basic.button :focus ,
1593
1593
.ui.basic.buttons .button :active ,
1594
- .ui.basic.button :active {
1594
+ .ui.basic.button :active ,
1595
+ .ui.basic.buttons .active.button ,
1596
+ .ui.basic.active.button ,
1597
+ .ui.basic.buttons .active.button :hover ,
1598
+ .ui.basic.active.button :hover {
1595
1599
color : var (--color-text );
1596
1600
background : var (--color-active );
1597
1601
}
Original file line number Diff line number Diff line change 94
94
--color-light : #00000028 ;
95
95
--color-light-border : #ffffff28 ;
96
96
--color-hover : #60606020 ;
97
- --color-active : #ffffff14 ;
97
+ --color-active : #60606030 ;
98
98
--color-menu : #2e323e ;
99
99
--color-card : #2e323e ;
100
100
--color-markdown-table-row : #ffffff06 ;
You can’t perform that action at this time.
0 commit comments