- Grid
- Transitions .switcher
- theme-switcher.js
- Hide examples
This commit is contained in:
Lucas 2019-11-30 17:55:06 +07:00
parent 73237bdcd4
commit c3f9d8d8c8
9 changed files with 18 additions and 26 deletions

View file

@ -39,8 +39,11 @@ button.switcher {
&:hover,
&:focus {
max-width: 100%;
transition: background-color $transition,
color $transition;
transition:
background-color $transition,
border-color $transition,
color $transition,
box-shadow $transition;
}
&:hover {