Skip to content

Commit 678bb27

Browse files
committed
also cover active class
1 parent 4a46231 commit 678bb27

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

web_src/less/_base.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,11 @@ a.ui.label:hover {
15911591
.ui.basic.buttons .button:focus,
15921592
.ui.basic.button:focus,
15931593
.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 {
15951599
color: var(--color-text);
15961600
background: var(--color-active);
15971601
}

web_src/less/themes/theme-arc-green.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
--color-light: #00000028;
9595
--color-light-border: #ffffff28;
9696
--color-hover: #60606020;
97-
--color-active: #ffffff14;
97+
--color-active: #60606030;
9898
--color-menu: #2e323e;
9999
--color-card: #2e323e;
100100
--color-markdown-table-row: #ffffff06;

0 commit comments

Comments
 (0)