Skip to content

Commit 8d0bf8a

Browse files
committed
fix: use available value for css property
1 parent da081e6 commit 8d0bf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ button.panel-section-footer-button {
2828
border: none;
2929
margin: 0;
3030
box-shadow: none;
31-
background-color: none;
31+
background-color: unset;
3232
}

0 commit comments

Comments
 (0)