mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adjust outline when focusing the overflowing enterprisie list (was red in Firefox)
This commit is contained in:
@@ -101,6 +101,10 @@ div.dashboard_item {
|
||||
max-height: 250px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.list-title {
|
||||
|
||||
@@ -85,6 +85,10 @@ div.dashboard_item {
|
||||
max-height: 250px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
&:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
}
|
||||
|
||||
.list-title {
|
||||
|
||||
Reference in New Issue
Block a user