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

Unified Diff: Source/devtools/front_end/elements/spectrum.css

Issue 1319823002: Devtools Color: Animate drag rearrangement of custom color palette (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/devtools/front_end/elements/Spectrum.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/spectrum.css
diff --git a/Source/devtools/front_end/elements/spectrum.css b/Source/devtools/front_end/elements/spectrum.css
index 12ef083e6ee1efc18a5253f6ed628a41395cf734..2ed30a23f5cd785d4b2a700c0fa14156b9d540f4 100644
--- a/Source/devtools/front_end/elements/spectrum.css
+++ b/Source/devtools/front_end/elements/spectrum.css
@@ -210,11 +210,11 @@
border: 1px solid rgba(0, 0, 0, 0.1);
}
-.spectrum-palette > .spectrum-palette-color.empty-color {
- border-color: transparent;
+.empty-color {
+ border: 1px solid #ddd;
samli 2015/08/26 22:08:37 This is used in the color palette preview (switche
}
-.spectrum-palette > .spectrum-palette-color:not(.empty-color):hover {
+.spectrum-palette > .spectrum-palette-color:hover {
transform: scale(1.15);
}
« no previous file with comments | « Source/devtools/front_end/elements/Spectrum.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698