From a55cad03391e02df026ade4675dfba4ad421fd12 Mon Sep 17 00:00:00 2001 From: daria Date: Mon, 5 Aug 2024 13:06:50 +0300 Subject: [PATCH] add focus style to teams cards #1506 --- www/teams/app-team.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index db1efa29b..fd5259d72 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -142,6 +142,9 @@ height: 384px; padding: 50px; margin: 5px; + &:focus{ + outline: @variables_focus_style; + } &.create, &:not(.empty) { cursor: pointer; &:hover {