|
@@ -682,14 +682,6 @@ html[data-theme='dark'] {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- &:not(:hover) {
|
|
|
- ::-webkit-scrollbar-thumb,
|
|
|
- ::-webkit-scrollbar,
|
|
|
- ::-webkit-scrollbar-thumb:active {
|
|
|
- background-color: transparent;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
.initial {
|
|
|
flex: 1;
|
|
|
}
|
|
@@ -698,22 +690,13 @@ html[data-theme='dark'] {
|
|
|
@apply h-full;
|
|
|
|
|
|
.button {
|
|
|
- @apply hidden p-0 ml-2 flex items-center;
|
|
|
+ @apply p-0 ml-2 flex items-center;
|
|
|
|
|
|
&:focus {
|
|
|
@apply flex;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .is-mobile &,
|
|
|
- &:hover {
|
|
|
- .item-actions {
|
|
|
- .button {
|
|
|
- @apply flex;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
|