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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 2356423002: [DevTools] Turn WebInspector.Panel into a web component.
Patch Set: partial fixes Created 4 years, 3 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/timeline/timelinePanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
index bae47150f14476a9a02f4b60f83e432b62b3093f..92ac1498481e1c264be7d63c1cf6fcc0a129393a 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -27,7 +27,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-.panel.timeline > .toolbar {
+.panel > .toolbar {
border-bottom: 1px solid #dadada;
}
@@ -76,14 +76,14 @@
background-color: rgba(0, 0, 0, 0.05) !important;
}
-.timeline.panel .status-pane-container {
+.panel .status-pane-container {
z-index: 1000;
pointer-events: none;
display: flex;
align-items: center;
}
-.timeline.panel .status-pane-container.tinted {
+.panel .status-pane-container.tinted {
background-color: hsla(0, 0%, 90%, 0.8);
pointer-events: auto;
}

Powered by Google App Engine
This is Rietveld 408576698