Add missing transition and box-shadow to theme-toggle-styles mixin
This commit is contained in:
parent
c5356b611a
commit
52836e4ff8
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@include flex-center;
|
@include flex-center;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
box-shadow: 0 2px 4px var(--shadow);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--table-hover);
|
background-color: var(--table-hover);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue