diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss | 6 | ||||
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss index 8e45fc4afc..21d38e9708 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss @@ -259,6 +259,12 @@ display: none; } } + + &.borderless { + [class*="input"] { + @include valo-textfield-borderless-style; + } + } } } 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 58baa5d6f7..c94a792d52 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/components/_datefield.scss @@ -237,6 +237,12 @@ display: none; } } + + &.borderless { + [class*="textfield"] { + @include valo-textfield-borderless-style; + } + } } } |