mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
CSS: Remove outline from .container
This commit is contained in:
parent
e2ff6b1b5a
commit
9b2a325f6f
@ -113,6 +113,11 @@
|
||||
background-color: @gray-lighter;
|
||||
}
|
||||
|
||||
.container {
|
||||
// Don't outline containers when focused because they receive focus for accessibility only programmatically
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.controls {
|
||||
// Override default transparent background because scrolled content is positioned beneath controls and could be seen
|
||||
// through otherwise
|
||||
|
Loading…
x
Reference in New Issue
Block a user