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

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

Issue 2703603003: [Devtools] Changed protocol to use setBlockedURLs instead of add/remove (Closed)
Patch Set: Merge Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/NetworkManager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index b59a2748fb9307c99b3b53e305e976bd495330cc..94fcc60b635945bf50de0284c541a1cae3e8e27c 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -28,10 +28,6 @@
flex-direction: row-reverse;
}
-.toolbar-shadow.toolbar-grow-vertical {
- height: initial;
-}
-
.toolbar-shadow.vertical {
flex-direction: column;
height: auto;
@@ -73,10 +69,6 @@
color: #5a5a5a;
}
-.toolbar-text:empty {
- margin: 0;
-}
-
.toolbar-has-dropdown {
justify-content: space-between;
}
@@ -197,11 +189,11 @@
}
select.toolbar-item {
- min-width: 38px;
+ min-width: 48px;
-webkit-appearance: none;
border: 0;
border-radius: 0;
- padding: 0 8px 0 5px;
+ padding: 0 15px 0 5px;
margin-right: -10px;
position: relative;
}
@@ -215,7 +207,6 @@ select.toolbar-item {
margin: 1px 3px;
background-color: white;
border: solid 1px #d8d8d8;
- min-width: 35px;
}
.toolbar-input.focused,
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/NetworkManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698