Skip to content

Commit b7bbc90

Browse files
committed
Work around Chromium bug that gives false positives during accessibility pass (#7183)
Related to microsoft/accessibility-insights-web#692 Related to https://bugs.chromium.org/p/chromium/issues/detail?id=647594
1 parent d445aa7 commit b7bbc90

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/base.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ body {
7070
.container {
7171
margin-top: 50px;
7272
margin-bottom: 50px;
73+
74+
// This is a workaround for the following bug:
75+
// https://github.com/microsoft/accessibility-insights-web/issues/692
76+
background-color: @panel-footer-bg;
7377
}
7478

7579
a {

0 commit comments

Comments
 (0)