-
Notifications
You must be signed in to change notification settings - Fork 0
Theme
Roman Pinyazhin edited this page Jul 12, 2020
·
2 revisions
Defaults for buttons:
- $h-button-padding-right: round($v-unit-size / 4) !default;
- $h-button-padding-left: round($v-unit-size / 4) !default;
- $h-button-hover-background-color: null !default;
- $h-button-hover-color: null !default;
- $h-button-pressed-background-color: null !default;
- $h-button-pressed-color: null !default;
- $h-button-background-color: null !default;
- $h-button-color: null !default;
Defaults for the tooltip (description):
- $h-tooltip-left-position: 25% !default;
- $h-tooltip-max-height: 10em !default;
Note. It is not possible to use Vaadin API for showing description of HeaderButton. So add-on provides custom description that is styled as Vaadin but with some limitations. One of them is a description position.