Add active shadow on ColorPicker

This commit is contained in:
Henrik Giesel 2021-03-30 03:17:36 +02:00
parent e25583d7ff
commit 4280bf28f8

View File

@ -15,6 +15,10 @@
&:hover { &:hover {
background-color: #eee; background-color: #eee;
} }
&:active {
box-shadow: inset 0 0 10px 3px rgb(0 0 0 / 30%);
}
} }
span { span {