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

Unified Diff: Source/devtools/front_end/components/inspectorViewTabbedPane.css

Issue 1220713003: DevTools: remove hover effect from panel selector until migration to material look. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components/inspectorViewTabbedPane.css
diff --git a/Source/devtools/front_end/components/inspectorViewTabbedPane.css b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
index 7757a50dca1864e3369bc24e8b74c42809b1bb89..6ef66d8e4158db4a6b43f85c406bf5b92e30fa8f 100644
--- a/Source/devtools/front_end/components/inspectorViewTabbedPane.css
+++ b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
@@ -10,10 +10,6 @@
overflow: visible;
}
-.tabbed-pane-header-tab:hover {
- background-color: rgba(105, 105, 105, 0.1) !important;
-}
-
.tabbed-pane-header-tab,
.tabbed-pane-header-tab.selected {
height: 26px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698