Skip to content

Commit

Permalink
fix: close button visibility (logseq#10145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored Sep 6, 2023
1 parent 331afbc commit b678a80
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/main/frontend/components/container.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
}
}
}
}

Expand Down

0 comments on commit b678a80

Please sign in to comment.