rector/vendor/tracy/tracy/src/Tracy/assets/tabs.css

12 lines
167 B
CSS

/**
* This file is part of the Tracy (https://tracy.nette.org)
*/
.tracy-tab-label {
user-select: none;
}
.tracy-tab-panel:not(.tracy-active) {
display: none;
}