File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
site/.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments