Skip to content

Commit 348ebc3

Browse files
committed
fix
1 parent 4eb5090 commit 348ebc3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

site/.vitepress/theme/components/Report.vue

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,14 +1637,15 @@ select {
16371637
16381638
.advanced-toggle {
16391639
color: #8ab4f8;
1640-
border-color: #8ab4f8;
1640+
border-color: rgba(138, 180, 248, 0.5);
16411641
16421642
&:hover {
1643-
background-color: rgba(138, 180, 248, 0.04);
1643+
border-color: #8ab4f8;
1644+
background-color: rgba(138, 180, 248, 0.08);
16441645
}
16451646
16461647
&:active {
1647-
background-color: rgba(138, 180, 248, 0.08);
1648+
background-color: rgba(138, 180, 248, 0.12);
16481649
}
16491650
}
16501651
@@ -1741,10 +1742,15 @@ select {
17411742
17421743
.download-button {
17431744
color: #8ab4f8;
1744-
border-color: #8ab4f8;
1745+
border-color: rgba(138, 180, 248, 0.5);
17451746
17461747
&:hover {
1747-
background-color: rgba(138, 180, 248, 0.04);
1748+
border-color: #8ab4f8;
1749+
background-color: rgba(138, 180, 248, 0.08);
1750+
}
1751+
1752+
&:active {
1753+
background-color: rgba(138, 180, 248, 0.12);
17481754
}
17491755
}
17501756

0 commit comments

Comments
 (0)