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

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

Issue 1330113002: Rename WebSourceBuffer::abort into WebSourceBuffer::resetParserState (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/layout/LayoutPart.cpp ('k') | Source/modules/mediasource/SourceBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/toolbar.css
diff --git a/Source/devtools/front_end/ui/toolbar.css b/Source/devtools/front_end/ui/toolbar.css
index 170609aea128614c11e2923cc73bc5a01bb7390a..9833ec36d44a09030e2c89dac8fdb1c044b653a4 100644
--- a/Source/devtools/front_end/ui/toolbar.css
+++ b/Source/devtools/front_end/ui/toolbar.css
@@ -53,7 +53,6 @@
white-space: nowrap;
overflow: hidden;
margin-left: 6px;
- -webkit-user-select: text;
}
.toolbar-item:active {
@@ -443,7 +442,7 @@ button.record-toolbar-item.toggled-on .glyph {
}
.filter-toolbar-item.toggled-active .glyph {
- background-color: rgb(216, 0, 0);
+ background-color: rgb(216, 0, 0) !important;
}
.waterfall-toolbar-item .glyph {
« no previous file with comments | « Source/core/layout/LayoutPart.cpp ('k') | Source/modules/mediasource/SourceBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698