2022-07-22 02:27:46 -04:00
|
|
|
#main-outlet-wrapper {
|
2022-08-23 21:33:15 -04:00
|
|
|
.sidebar-section-wrapper {
|
2022-07-22 02:27:46 -04:00
|
|
|
.sidebar-section-header-button,
|
|
|
|
.sidebar-section-header-caret,
|
|
|
|
.sidebar-section-header-dropdown {
|
2022-07-28 13:04:00 -04:00
|
|
|
.discourse-no-touch & {
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.25s;
|
2022-08-23 21:33:15 -04:00
|
|
|
transition-delay: 0.25s;
|
2022-07-28 13:04:00 -04:00
|
|
|
}
|
2022-07-22 02:27:46 -04:00
|
|
|
}
|
|
|
|
|
2022-07-28 13:04:00 -04:00
|
|
|
.discourse-no-touch & {
|
|
|
|
&:focus-within,
|
|
|
|
&:hover {
|
|
|
|
.sidebar-section-header-button,
|
|
|
|
.sidebar-section-header-caret,
|
|
|
|
.sidebar-section-header-dropdown {
|
|
|
|
opacity: 1;
|
|
|
|
transition-delay: 0s;
|
|
|
|
}
|
2022-07-22 02:27:46 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|