Merge pull request #1845 from MrTimscampi/focus-fixes

Various TV-related fixes
This commit is contained in:
dkanada
2020-08-31 18:09:34 +09:00
committed by GitHub
14 changed files with 174 additions and 78 deletions
+4
View File
@@ -209,6 +209,10 @@ button::-moz-focus-inner {
contain: strict;
}
.defaultCardBackground {
display: flex;
}
.cardContent:not(.defaultCardBackground) {
background-color: transparent;
}