CSS: Remove outline from .container
This commit is contained in:
parent
e2ff6b1b5a
commit
9b2a325f6f
|
@ -113,6 +113,11 @@
|
||||||
background-color: @gray-lighter;
|
background-color: @gray-lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
// Don't outline containers when focused because they receive focus for accessibility only programmatically
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
// Override default transparent background because scrolled content is positioned beneath controls and could be seen
|
// Override default transparent background because scrolled content is positioned beneath controls and could be seen
|
||||||
// through otherwise
|
// through otherwise
|
||||||
|
|
Loading…
Reference in New Issue