aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAnastasia Smirnova <anasmi@utu.fi>2019-06-25 08:37:08 +0300
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>2019-06-25 08:37:08 +0300
commit973731763c2aa7138584646c06385c4e8340a7ac (patch)
treeea7113b338caddd63963d137cb042d79301c447d /themes
parentbc576f48aa4fd51114cba4426e7ab95e633ac719 (diff)
downloadvaadin-framework-973731763c2aa7138584646c06385c4e8340a7ac.tar.gz
vaadin-framework-973731763c2aa7138584646c06385c4e8340a7ac.zip
Clicking on DateField pop-up should select Month/Year (#11531)
* Clicking on DateField pop-up should select Month/Year In Year/Month Resolution DateField should select the value, when user clicks on pop-up Fixes #8447
Diffstat (limited to 'themes')
-rw-r--r--themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss
index e92c9ce436..58baa5d6f7 100644
--- a/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss
+++ b/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss
@@ -477,8 +477,12 @@
td.#{$primary-stylename}-month {
width: round($v-unit-size * 4);
+ cursor:default;
@include valo-datefield-calendarpanel-month-style;
}
+ td.#{$primary-stylename}-month.header-month-year{
+ cursor:pointer;
+ }
.#{$primary-stylename}-year td.#{$primary-stylename}-month {
width: round($v-unit-size * 2);