Skip to content

Commit

Permalink
fixes: #62
Browse files Browse the repository at this point in the history
  • Loading branch information
edelvarden committed Jul 25, 2024
1 parent 42adae8 commit ad1b75a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/user-chrome/_variables-local.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit ad1b75a

Please sign in to comment.