summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2015-03-13 10:52:35 +0200
committerVaadin Code Review <review@vaadin.com>2015-04-10 12:21:49 +0000
commit4217d7bbc8552e822367fac9d7d3cc9ee48821dd (patch)
treea037cd500937e4b55d0b42d92d18e8f6d5905927 /WebContent/VAADIN/themes/valo
parent7afa802ba1260105493eda183cae58069c2b7a92 (diff)
downloadvaadin-framework-4217d7bbc8552e822367fac9d7d3cc9ee48821dd.tar.gz
vaadin-framework-4217d7bbc8552e822367fac9d7d3cc9ee48821dd.zip
Don't use !important for ColorPicker width in Valo (#17140).
Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
Diffstat (limited to 'WebContent/VAADIN/themes/valo')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_colorpicker.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_colorpicker.scss b/WebContent/VAADIN/themes/valo/components/_colorpicker.scss
index b859904e59..18f92500dc 100644
--- a/WebContent/VAADIN/themes/valo/components/_colorpicker.scss
+++ b/WebContent/VAADIN/themes/valo/components/_colorpicker.scss
@@ -198,7 +198,7 @@
}
.#{$primary-stylename} {
- width: auto !important;
+ width: auto;
}
.#{$primary-stylename}-button-color {