mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
19 lines
306 B
CSS
19 lines
306 B
CSS
.tab-content:hover {
|
|
gap: 4.5px;
|
|
}
|
|
|
|
.tab-content:hover .tab-icon-stack {
|
|
display: none;
|
|
}
|
|
|
|
.tab-content:hover .tab-close-button {
|
|
order: -1;
|
|
}
|
|
|
|
.tab-content[selected] .tab-close-button {
|
|
display: none !important;
|
|
}
|
|
|
|
.tab-content[selected]:hover .tab-close-button {
|
|
display: inherit !important;
|
|
}
|