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

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: Improve performance 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..1a680d3b9e5cdc354032e6521f16411a0367ca92 100644
--- a/Source/devtools/front_end/elements/spectrum.css
+++ b/Source/devtools/front_end/elements/spectrum.css
@@ -208,6 +208,7 @@
.spectrum-palette > .spectrum-palette-color {
transition: transform 100ms cubic-bezier(0, 0, 0.2, 1);
border: 1px solid rgba(0, 0, 0, 0.1);
+ will-change: transform;
}
.spectrum-palette > .spectrum-palette-color.empty-color {
« 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