Skip to content
Roman Pinyazhin edited this page Jul 12, 2020 · 2 revisions

Halo, Hover, Havana

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.

Clone this wiki locally