Add active shadow on ColorPicker
This commit is contained in:
parent
e25583d7ff
commit
4280bf28f8
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user