| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
|
| index a24a10c00f71a40fbfbba3fa0cec622bbc2ed559..04b315f495d87fd052b13250ccf96606423e095d 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
|
| @@ -311,3 +311,11 @@ table#braille-table * {
|
| table#braille-table tr:first-child {
|
| font-size: 85%;
|
| }
|
| +
|
| +/*
|
| + * The html hidden attribute doesn't make elements not focusable by default.
|
| + * This rule ensures that elements that are hidden truly don't show up.
|
| + */
|
| +*[hidden] {
|
| + display: none !important;
|
| +}
|
|
|