Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1459)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css

Issue 2881453003: DevTools: update buttons to new style (Closed)
Patch Set: fix test Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index 0163cbb120d413fa7ebfc607bf1070e594e3cded..60e47f711921bc915202cb47780dba48d4ac9865 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -380,34 +380,3 @@ label[is=dt-icon-label] {
-webkit-mask-position: var(--spritesheet-position);
background: white !important;
}
-
-button.material-button {
- display: inline-block;
- text-shadow: none;
- padding: 6px 10px;
- background-color: #ffffff !important;
- color: gray;
- background-image: unset !important;
- box-shadow: none !important;
- cursor: pointer;
-}
-
-button.material-button.default {
- color: white;
- background-color: #4285f4 !important;
-}
-
-button.material-button.default:disabled {
- background-color: #ffffff !important;
- color: gray;
-}
-
-button.material-button.default:not(:disabled):hover {
- background-color: hsla(217, 89%, 58%, 1) !important;
- color: white !important;
-}
-
-button.material-button:not(:disabled):hover {
- background-color: #eee !important;
- color: gray !important;
-}

Powered by Google App Engine
This is Rietveld 408576698