Skip to content

Commit

Permalink
Fix integrations revoke button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Dec 11, 2024
1 parent 9790fcf commit 63e6aec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/co/common/list/item.module.styl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
}

@media (pointer: fine) {
&:not(:hover) .actions {
display: none
}

&:hover {
background: var(--hover-background-color)

Expand Down Expand Up @@ -99,7 +103,7 @@ a.item {
}

.item .actions {
display: none
display: flex;
text-align: right
justify-content: flex-end
position: relative
Expand Down

0 comments on commit 63e6aec

Please sign in to comment.