mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
fix: collapsible icon not turning
This commit is contained in:
parent
0c43378dda
commit
8d7604bdf3
1 changed files with 8 additions and 7 deletions
|
|
@ -9,17 +9,18 @@ collapsible {
|
|||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
&:focus{
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.collapsible-expand-icon {
|
||||
transition: all 200ms;
|
||||
}
|
||||
&.is-expanded {
|
||||
.collapsible-expand-icon {
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
}
|
||||
|
||||
&.is-expanded {
|
||||
.collapsible-expand-icon {
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -29,7 +30,7 @@ collapsible {
|
|||
overflow: hidden;
|
||||
|
||||
// make sure we don't produce clunky animations
|
||||
padding: 0!important;
|
||||
margin: 0!important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue