summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-hover-closable-style.css
blob: 40b75c59b3ca4a27f3e6d7d624f6fb82b2975388 (plain)
1
2
3
4
5
6
.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;
}