Skip to content

Commit

Permalink
remove box shadow toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
lightbulbman committed Jan 23, 2025
1 parent 5ed5eff commit f442399
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/css/manage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ $inactive-color: #ccc;
height: 17px;
border-radius: 34px;
background-color: #ccc;
box-shadow: 0 0px 1px 0px rgba(0, 0, 0, .2);
transition: all 200ms ease-in-out !important;

&:hover {
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
}

&::before {
transition: all .4s;
Expand Down

0 comments on commit f442399

Please sign in to comment.