0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-15 08:21:40 -05:00

Merge branch 'ondrejkonec-ondrej-design-token-implementation' into develop

This commit is contained in:
Alejandro Alonso 2023-05-08 08:27:04 +02:00
commit 81fff2b5e8
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -112,6 +112,7 @@
.collapse-library {
margin-right: $size-2;
flex-shrink: inherit; // Inheriting shrink behaviour
&.open svg {
transform: rotate(90deg);