diff --git a/src/user-chrome/_variables-local.scss b/src/user-chrome/_variables-local.scss index 5dd29bb..595e6d6 100644 --- a/src/user-chrome/_variables-local.scss +++ b/src/user-chrome/_variables-local.scss @@ -118,4 +118,9 @@ )} !important; --in-content-primary-button-background-active: #{get-var("accent-color")} !important; } + + // Remove tab outline described in https://github.com/edelvarden/material-fox-updated/issues/62 + .tab-background{ + --tab-selected-outline-color: none !important; + } }