Skip to content

Commit f356f17

Browse files
committed
Fix unreadable bootstrap buttons when hovering
Closes #2297
1 parent 4325c05 commit f356f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ body {
6464
}
6565
}
6666

67-
button {
67+
button:not(.btn,.btn-close) {
6868
/* override transition for instant hover response */
6969
transition: color var(--transition) ease-in-out, box-shadow var(--transition) ease-in-out !important;
7070
border-radius: prop(border-radius);

0 commit comments

Comments
 (0)