CSS: Remove outline from .container

This commit is contained in:
Eric Lippmann 2016-01-18 11:02:06 +01:00
parent e2ff6b1b5a
commit 9b2a325f6f
1 changed files with 5 additions and 0 deletions

View File

@ -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