Skip to content
Snippets Groups Projects
Unverified Commit b7884ec2 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

Merge pull request #8003 from metabase/toggle-shadow

Add a shadow to toggle switches
parents eb232411 0c0e021b
Branches
Tags
No related merge requests found
......@@ -25,6 +25,7 @@
left: 1px;
background-color: white;
transition: all 0.3s;
box-shadow: 2px 2px 6px var(--color-shadow);
}
:local(.toggle.selected):after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment