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

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

Issue 2157713002: DevTools: introduce View: a named widget with the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 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/ui/module.json ('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/sidebarPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css b/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css
index 476db589d1c84b73c7f0f6279b9226717095d1df..7adef1298623df1a3ca7f533ba1f8ab0d6a98d65 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css
@@ -27,31 +27,19 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-.sidebar-pane {
- position: relative;
- flex-direction: column;
- display: flex;
- flex: none;
-}
-
-.sidebar-pane-hidden {
- display: none;
+.sidebar-pane-container {
+ overflow: auto;
}
-.sidebar-pane .info {
+.sidebar-pane-container .info {
text-align: center;
font-style: italic;
padding: 6px;
color: #888;
}
-.sidebar-pane .section .properties-tree {
- padding-left: 16px;
-}
-
-.sidebar-tabbed-pane .tabbed-pane-header {
- border-bottom: 1px solid rgb(202, 202, 202);
- background-color: #eee;
+.sidebar-hidden-override {
+ display: none !important;
}
.sidebar-pane-title {
@@ -98,11 +86,11 @@
-webkit-mask-position: -20px -96px;
}
-.sidebar-pane > .toolbar {
+.sidebar-pane-container .toolbar {
border-bottom: 1px solid #eee;
}
-.sidebar-pane > .toolbar > * {
+.sidebar-pane-container .toolbar > * {
pointer-events: auto;
}
@@ -111,21 +99,3 @@
right: 0;
top: -3px;
}
-
-.section > .header input[type=checkbox] {
- height: 1em;
- width: 1em;
- margin-left: 0;
- margin-top: 0;
- margin-bottom: 0.25em;
- vertical-align: bottom;
-}
-
-.hidden-callframes-message {
- text-align: center;
- font-style: italic;
- padding: 4px;
- color: #888;
- background-color: #FFFFC2;
-}
-
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698