File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ defineProps({
2424 transition : all 0.25s ;
2525}
2626.highlight {
27- border-color : currentColor ;
27+ border-color : var ( --vp-c-text-3 ) ;
2828}
2929 </style >
Original file line number Diff line number Diff line change @@ -121,11 +121,15 @@ input[type="checkbox"] {
121121}
122122.filter-option :hover {
123123 color : var (--vp-c-brand-1 );
124+ border-color : currentColor ;
124125 opacity : 1 ;
125126}
126127
127128input [type = " checkbox" ]:checked + code .option {
128129 opacity : 1 ;
130+ border-color : var (--vp-c-text-3 );
131+ }
132+ input [type = " checkbox" ]:checked + code .option :hover {
129133 border-color : currentColor ;
130134}
131135
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ a > .VPBadge:hover {
145145}
146146.highlight-filter {
147147 color : var (--vp-c-text-2 );
148- border-color : currentColor ;
148+ border-color : var ( --vp-c-text-3 ) ;
149149}
150150.highlight-filter :hover {
151151 color : var (--vp-c-text-2 );
You can’t perform that action at this time.
0 commit comments