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

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

Issue 2688153003: DevTools: fix blackboxing buttons (Closed)
Patch Set: Created 3 years, 10 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/ListWidget.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/listWidget.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css b/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
index 505101988a7218af22def6cf5b7ab147b16a392f..c14b14418c577f97d9dd8e3a1412c69b9efcf46c 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
@@ -50,38 +50,14 @@
flex-direction: row;
align-items: center;
pointer-events: auto;
+ visibility: hidden;
}
.list-item:hover .controls-buttons {
background-color: hsl(0, 0%, 96%);
-}
-
-.remove-button,
-.edit-button {
- opacity: 0.5;
- cursor: pointer;
- flex: none;
- visibility: hidden;
-}
-
-.list-item:hover .remove-button,
-.list-item:hover .edit-button {
visibility: visible;
}
-.remove-button:hover,
-.edit-button:hover {
- opacity: 0.7;
-}
-
-.remove-button {
- background-position: -128px -24px;
-}
-
-.edit-button {
- background-position: -160px 0px;
-}
-
.editor-container {
display: flex;
flex-direction: column;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698