diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_datefield.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_datefield.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_datefield.scss b/WebContent/VAADIN/themes/valo/components/_datefield.scss index b1d5dcce5b..48977d4d20 100644 --- a/WebContent/VAADIN/themes/valo/components/_datefield.scss +++ b/WebContent/VAADIN/themes/valo/components/_datefield.scss @@ -154,14 +154,14 @@ @include valo-textfield-prompt-style($background-color); } - [class$="button"] { + [class*="button"] { @include valo-datefield-button-style($unit-size: $unit-size, $bevel: $bevel, $background-color: $background-color, $border-radius: $border-radius, $border: $border); } &.v-disabled { @include opacity($v-disabled-opacity); - [class$="button"] { + [class*="button"] { cursor: default; pointer-events: none; &:active:after { @@ -175,7 +175,7 @@ @include valo-textfield-readonly-style; } - [class$="button"] { + [class*="button"] { cursor: default; pointer-events: none; &:active:after { |