Skip to content

Commit c0062c9

Browse files
remove btn outline
1 parent 9dbe940 commit c0062c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/msgbox.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,15 @@
125125
margin: 0;
126126
border-radius: 0;
127127
}
128+
128129
.msgbox-btn:active {
129130
background-color: #3492e9;
130131
color: #fff;
132+
outline: none;
133+
}
134+
135+
.msgbox-btn:focus {
136+
outline: none;
131137
}
132138
133139
.msgbox-confirm {

0 commit comments

Comments
 (0)