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

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

Issue 2654063002: DevTools: migrate TabbedPane chevron over to UI.Icon. (Closed)
Patch Set: rebaseline Created 3 years, 11 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/TabbedPane.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/tabbedPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
index 1b14d72b53c065d9d27954271cd21046b7da3b35..b0f12569b0e45b9bfb1bdb22ba11547eb11aff99 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -146,20 +146,10 @@
cursor: pointer;
}
-.tabbed-pane-header-tabs-drop-down-container > .glyph {
- height: 26px;
+.tabbed-pane-header-tabs-drop-down-container > .chevron-icon {
background-color: hsla(0,0%,20%,1);
- -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-position: -68px -143px;
- -webkit-mask-size: 352px 168px;
- width: 24px;
-}
-
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.tabbed-pane-header-tabs-drop-down-container > .glyph {
- -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
+ display: block;
}
-} /* media */
.tabbed-pane-header-tabs-drop-down-container:hover {
background-color: rgb(229, 229, 229);
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698