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

Unified Diff: Source/core/Resources/pagepopups/colorSuggestionPicker.css

Issue 23793002: Unprefix flexbox properties in various CSS files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/core/Resources/pagepopups/calendarPicker.css ('k') | Source/core/css/fullscreen.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Resources/pagepopups/colorSuggestionPicker.css
diff --git a/Source/core/Resources/pagepopups/colorSuggestionPicker.css b/Source/core/Resources/pagepopups/colorSuggestionPicker.css
index 6f847febcaeea76955ab5fb5871c4721b99b4bf4..39a162bda85530405b9b94e72cb3aec411f96174 100644
--- a/Source/core/Resources/pagepopups/colorSuggestionPicker.css
+++ b/Source/core/Resources/pagepopups/colorSuggestionPicker.css
@@ -58,9 +58,9 @@ body {
width: 100%;
max-height: 104px;
overflow: auto;
- display: -webkit-flex;
- -webkit-flex-flow: row wrap;
- -webkit-align-items: center;
+ display: flex;
+ flex-flow: row wrap;
+ align-items: center;
}
.other-color {
« no previous file with comments | « Source/core/Resources/pagepopups/calendarPicker.css ('k') | Source/core/css/fullscreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698