Skip to content

Commit edb7e4f

Browse files
committed
Remove blue outline from radio:hover state
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent 4b1d0d7 commit edb7e4f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/Stepper.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,6 @@ export default {
395395
.inactive .vocab.h5b {
396396
color: #B0B0B0;
397397
}
398-
.stepper-card .b-radio.radio input[type=radio]:not(:disabled) + .check {
399-
border-color: rgba(51, 51, 51, 0.2);
400-
}
401-
.stepper-card .b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
402-
border: 4px solid #0464E1;
403-
}
404398
.step-navigation {
405399
margin: 13px 0 13px -4px;
406400
}

0 commit comments

Comments
 (0)