Skip to content

Commit

Permalink
feat(workbench): highlight active view in the viewlist menu
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Mar 29, 2023
1 parent de07443 commit 6589db8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
}
}

&.active[context="tabbar-dropdown"] {
> div.title, div.heading {
font-weight: bold;
}
}

&[context="tabbar"], &[context="drag-image"] {
// TODO [Angular 16] Add direct child selector when resolved issue https://github.com/angular/angular/issues/49100
Expand Down

0 comments on commit 6589db8

Please sign in to comment.