Skip to content

Commit

Permalink
Fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 21, 2024
1 parent bf90f2c commit e0c9f20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vizro-core/src/vizro/static/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,19 @@
}

.tab-title:hover {
color: var(--text-primaryHover);
background-color: transparent;
border-bottom: 1px solid var(--text-primary);
border-bottom: 1px solid var(--border-hover);
}

.tab-title[data-active] {
border-bottom: 1px solid var(--text-primary);
border-bottom: 1px solid var(--border-selected);
color: var(--text-primary);
}

.tab-title[data-active]:hover {
background-color: transparent;
border-color: 1px solid var(--text-primary);
border-color: 1px solid var(--border-selected);
}

.tab-title[data-active] .mantine-Tabs-tabLabel {
Expand Down

0 comments on commit e0c9f20

Please sign in to comment.