Adjust outline when focusing the overflowing enterprisie list (was red in Firefox)

This commit is contained in:
drummer83
2023-12-24 17:59:48 +01:00
parent 4e6f43afab
commit 2ab3efe5de
2 changed files with 8 additions and 0 deletions

View File

@@ -101,6 +101,10 @@ div.dashboard_item {
max-height: 250px;
overflow-y: auto;
overflow-x: hidden;
&:focus {
outline: none;
}
}
.list-title {

View File

@@ -85,6 +85,10 @@ div.dashboard_item {
max-height: 250px;
overflow-y: auto;
overflow-x: hidden;
&:focus {
outline: thin dotted;
}
}
.list-title {