summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-hover-closable-style.scss
blob: dda381b1b09204e09b63e64b0d2dc4f3c52b422d (plain)
1
2
3
4
5
6
7
8
9
10
@mixin reindeer-tabsheet-hover-closable-style {

.v-tabsheet-tabs-hover-closable .v-tabsheet-caption-close {
	visibility: hidden;
}
.v-tabsheet-tabs-hover-closable .v-tabsheet-tabitem:hover .v-tabsheet-caption-close {
	visibility: visible;
}

}