Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 8921c9c

Browse files
committed
fix: override default user agent background-color for buttons
so that patternfly behaves nicely
1 parent 7b729aa commit 8921c9c

File tree

1 file changed

+1
-0
lines changed
  • plugins/plugin-client-common/web/css/static

1 file changed

+1
-0
lines changed

plugins/plugin-client-common/web/css/static/ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ body {
475475
}
476476
}
477477
button {
478+
background: none;
478479
font-family: var(--font-sans-serif);
479480
&:hover {
480481
cursor: pointer;

0 commit comments

Comments
 (0)