From 63e6aec158589c592452fbbadfcb842c91a83f21 Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Wed, 11 Dec 2024 11:57:09 +0300 Subject: [PATCH] Fix integrations revoke button on mobile --- src/co/common/list/item.module.styl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/co/common/list/item.module.styl b/src/co/common/list/item.module.styl index 05b3b25a..33ec721f 100644 --- a/src/co/common/list/item.module.styl +++ b/src/co/common/list/item.module.styl @@ -17,6 +17,10 @@ } @media (pointer: fine) { + &:not(:hover) .actions { + display: none + } + &:hover { background: var(--hover-background-color) @@ -99,7 +103,7 @@ a.item { } .item .actions { - display: none + display: flex; text-align: right justify-content: flex-end position: relative