Index: chrome/browser/resources/chromeos/login/gaia_icon_button.css |
diff --git a/chrome/browser/resources/chromeos/login/gaia_icon_button.css b/chrome/browser/resources/chromeos/login/gaia_icon_button.css |
index 4de57a0d939cc4b12bb81efe02b9000aa87c950d..4cd46601eabdd596b04826ce14cf5e765960ffaa 100644 |
--- a/chrome/browser/resources/chromeos/login/gaia_icon_button.css |
+++ b/chrome/browser/resources/chromeos/login/gaia_icon_button.css |
@@ -3,33 +3,6 @@ |
* found in the LICENSE file. |
*/ |
-:host { |
- background: transparent; |
- border: none; |
- border-radius: 50%; |
- height: 24px; |
- margin: 0; |
- outline: none; |
+#iconButton { |
padding: 0; |
- width: 24px; |
} |
- |
-:host(:hover) { |
- cursor: pointer; |
-} |
- |
-:host(:focus) { |
- background: rgba(0, 0, 0, .16); |
- border-color: transparent; |
- opacity: 0.75; |
-} |
- |
-:host(:active) { |
- background: rgba(0, 0, 0, .12); |
- opacity: 1.0; |
-} |
- |
-:host([disabled]) { |
- cursor: default; |
-} |
- |