12 lines
167 B
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;
|
|
}
|