mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix icon focus outline
This commit is contained in:
parent
ce5a4e2770
commit
253595bb13
@ -388,8 +388,11 @@
|
||||
.cp-app-drive-icon-expcol {
|
||||
display: inline-flex;
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
border-radius: @variables_radius_S;
|
||||
outline: none;
|
||||
svg {
|
||||
outline: @variables_focus_style;
|
||||
border-radius: @variables_radius_S;
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-app-drive-tree-docs {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user