mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
Fixes
- Grid - Transitions .switcher - theme-switcher.js - Hide examples
This commit is contained in:
parent
73237bdcd4
commit
c3f9d8d8c8
9 changed files with 18 additions and 26 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue