Skip to content

Commit 40a3336

Browse files
committed
Fixed typo in vendor-prefixed CSS.
1 parent b9124f4 commit 40a3336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body {
1616

1717
#top .icon {
1818
appearance: none !important;
19-
webkit-appearance: none !important;
19+
-webkit-appearance: none !important;
2020
-moz-appearance: none !important;
2121
width: 2em;
2222
height: 2em;

0 commit comments

Comments
 (0)