Skip to content

Commit a158c7c

Browse files
benfaceadamwathan
authored andcommitted
Change button background reset in Preflight
1 parent 62f831a commit a158c7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/css/preflight.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ pre {
2525
}
2626

2727
button {
28-
background: transparent;
28+
background-color: transparent;
29+
background-image: none;
2930
padding: 0;
3031
}
3132

0 commit comments

Comments
 (0)