Skip to content

Commit

Permalink
Bold sidebar icons on selection
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 15, 2022
1 parent 28ace6b commit 9975e82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions war/src/main/less/modules/side-panel-tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
width: 100%;
height: 100%;
color: var(--text-color);

* {
transition: stroke-width var(--standard-transition);
}
}
}

Expand All @@ -96,6 +100,12 @@
}

&--active {
font-weight: 600 !important;

svg * {
stroke-width: 42px;
}

&::before {
opacity: 0.1 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/resources/images/symbols/people.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9975e82

Please sign in to comment.