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

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

Issue 2911363002: DevTools: Split SoftDropdown out of ConsoleContextSelector (Closed)
Patch Set: fixes Created 3 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 | « third_party/WebKit/Source/devtools/front_end/ui/softDropDown.css ('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/softDropDownButton.css
diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleContextSelectorButton.css b/third_party/WebKit/Source/devtools/front_end/ui/softDropDownButton.css
similarity index 91%
rename from third_party/WebKit/Source/devtools/front_end/console/consoleContextSelectorButton.css
rename to third_party/WebKit/Source/devtools/front_end/ui/softDropDownButton.css
index 578b2b72184e86ee3b03dca96066a6b08d94cc4f..689c27b9fbd9fc72d712605afc973e38e5e76934 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleContextSelectorButton.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/softDropDownButton.css
@@ -6,6 +6,9 @@
:host {
height: 26px;
text-align: left;
+ position: relative;
+ border: none;
+ background: none;
}
:host([disabled]) {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/softDropDown.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698