Merge "Fix hover/selected states for non-primary or secondary gr-buttons"
diff --git a/polygerrit-ui/app/elements/shared/gr-button/gr-button.html b/polygerrit-ui/app/elements/shared/gr-button/gr-button.html
index c8dfea3..3bcb50e 100644
--- a/polygerrit-ui/app/elements/shared/gr-button/gr-button.html
+++ b/polygerrit-ui/app/elements/shared/gr-button/gr-button.html
@@ -80,8 +80,8 @@
:host([loading][disabled]) {
cursor: wait;
}
- :host(:focus:not([primary]:not[secondary])),
- :host(:hover:not([primary]:not[secondary])) {
+ :host(:focus:not([primary]):not([secondary])),
+ :host(:hover:not([primary]):not([secondary])) {
background-color: #f8f8f8;
border-color: #aaa;
}