Remove outline on drive content container when focused

This commit is contained in:
yflory 2023-12-13 15:08:30 +01:00
parent d5a321af16
commit 01f13b6b78

View file

@ -507,6 +507,9 @@
}
}
#cp-app-drive-content {
&:focus {
outline: none;
}
box-sizing: border-box;
background: @cp_sidebar-right-bg;
color: @cp_sidebar-right-fg;