diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/components/_button.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_button.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_button.scss index c7674f1c8f..82ab35e2c9 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/components/_button.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/components/_button.scss @@ -364,7 +364,7 @@ } } - &:active { + &:active:not(.v-disabled) { @include opacity(.7); &:after { |