mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
Merge branch 'ondrejkonec-ondrej-design-token-implementation' into develop
This commit is contained in:
commit
81fff2b5e8
@ -23,6 +23,7 @@
|
||||
- Fix rect filter bounds math (by @ryanbreen) [Github #3180](https://github.com/penpot/penpot/pull/3180)
|
||||
- Removed sizing variables from radius (by @ondrejkonec) [Github #3184](https://github.com/penpot/penpot/pull/3184)
|
||||
- Dashboard search, set focus after shortcut (by @akshay-gupta7) [Github #3196](https://github.com/penpot/penpot/pull/3196)
|
||||
- Library name dropdown arrow is overlapped by library name (by @ondrejkonec) [Taiga #5200](https://tree.taiga.io/project/penpot/issue/5200)
|
||||
|
||||
## 1.18.3 (Unreleased)
|
||||
|
||||
|
||||
@ -112,6 +112,7 @@
|
||||
|
||||
.collapse-library {
|
||||
margin-right: $size-2;
|
||||
flex-shrink: inherit; // Inheriting shrink behaviour
|
||||
|
||||
&.open svg {
|
||||
transform: rotate(90deg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user