0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-04 19:11:20 -05:00

Merge pull request #1797 from penpot/palba-unnecessary-scrollbars-color-list

Palba unnecessary scrollbars color list
This commit is contained in:
Andrey Antukh 2022-04-08 00:12:35 +02:00 committed by GitHub
commit 3a95a1cea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -44,7 +44,8 @@
### :bug: Bugs fixed
- "Show in exports" is showing in multiselections [Taiga 3194](https://tree.taiga.io/project/penpot/issue/3194)
- Fix unneccessary scrollbars at the color list [Taiga #3211](https://tree.taiga.io/project/penpot/issue/3211)
- "Show in exports" is showing in multiselections [Taiga #3194](https://tree.taiga.io/project/penpot/issue/3194)
- Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183)
- Fix scroll into view behind fixed element [Taiga #3170](https://tree.taiga.io/project/penpot/issue/3170)
- Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184)

View file

@ -64,6 +64,7 @@ ul.palette-menu .color-bullet {
height: 20px;
border: 1px solid $color-gray-10;
background-size: 8px;
overflow: hidden;
}
.asset-section .asset-list-item .color-bullet {