Skip to content

Commit

Permalink
add hover state to sidebar items
Browse files Browse the repository at this point in the history
  • Loading branch information
pvrobays committed Mar 25, 2021
1 parent 1f1dcb0 commit 7088d86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- 'step' property to slider input
- hover state to sidebar items

## [2.2.0] - 2020-03-14
### Added
Expand Down
5 changes: 5 additions & 0 deletions src/app/components/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
align-items: center;
color: #5d5d5d;
font-weight: 600;
cursor: pointer;

&.active {
//background-color: #0084ff;
Expand All @@ -38,6 +39,10 @@
background-color: #0084ff;
}
}

&:hover {
background-color: rgba(0,0,0,0.1);
}

.section-icon {
background-color: #afb9c0;
Expand Down

0 comments on commit 7088d86

Please sign in to comment.