Skip to content

Commit

Permalink
fix: 🐛 Plex: accent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed May 10, 2022
1 parent 838f493 commit be93b66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/base/plex/plex-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
}

[class*="PivotTab-selectedButton-"]:after,
[class*="TabButton-selectedButton-"]:after {
[class*="TabButton-selectedButton-"]:after,
[class*="PageHeaderTabButton-isSelected-"]:after {
background-color: rgb(var(--accent-color)) !important;
}

Expand Down

0 comments on commit be93b66

Please sign in to comment.