- 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

@ -507,7 +507,7 @@ button.switcher i {
button.switcher:hover, button.switcher:focus {
max-width: 100%;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
button.switcher:hover::after {

File diff suppressed because one or more lines are too long