Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "fix(about tabs): remove important on tab color property"
This reverts commit c1ddb8d.
  • Loading branch information
caugner committed Jan 21, 2026
commit a9f2b646582ad9c4f92cef808dd5efa771651403
4 changes: 2 additions & 2 deletions components/about-tabs/element.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

font-weight: normal;

color: var(--about-tablist-color);
color: var(--about-tablist-color) !important;

text-decoration: none;
}

::slotted([slot="tab"]:hover),
::slotted([slot="tab"].active) {
color: var(--about-tablist-active-color);
color: var(--about-tablist-active-color) !important;
border-bottom: 2px solid var(--about-tablist-active-border);
}

Expand Down
Loading