mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 08:06:12 +02:00
🐛 Fix hidden toolbar click event still available
This commit is contained in:
parent
e01dfd76e8
commit
3eb332f3d0
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
- Fix cut and paste a copy a cmponent inside its parent [Taiga #10365](https://tree.taiga.io/project/penpot/us/10365)
|
- Fix cut and paste a copy a cmponent inside its parent [Taiga #10365](https://tree.taiga.io/project/penpot/us/10365)
|
||||||
- Fix duplicate page with component over frame [Taiga #8151](https://tree.taiga.io/project/penpot/issue/8151) and [Taiga #9698](https://tree.taiga.io/project/penpot/issue/9698)
|
- Fix duplicate page with component over frame [Taiga #8151](https://tree.taiga.io/project/penpot/issue/8151) and [Taiga #9698](https://tree.taiga.io/project/penpot/issue/9698)
|
||||||
- The plugin list in the navigation menu lacks scrolling, some plugins are not visible when a large number are installed [Taiga #9360](https://tree.taiga.io/project/penpot/us/9360)
|
- The plugin list in the navigation menu lacks scrolling, some plugins are not visible when a large number are installed [Taiga #9360](https://tree.taiga.io/project/penpot/us/9360)
|
||||||
|
- Fix hidden toolbar click event still available [Taiga #10437](https://tree.taiga.io/project/penpot/us/10437)
|
||||||
|
|
||||||
## 2.5.2
|
## 2.5.2
|
||||||
|
|
||||||
|
|
|
@ -41,8 +41,10 @@
|
||||||
z-index: $z-index-1;
|
z-index: $z-index-1;
|
||||||
border-radius: 0 0 $s-8 $s-8;
|
border-radius: 0 0 $s-8 $s-8;
|
||||||
border-block-start: 0;
|
border-block-start: 0;
|
||||||
|
|
||||||
.main-toolbar-options {
|
.main-toolbar-options {
|
||||||
opacity: $op-0;
|
opacity: $op-0;
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -53,6 +55,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
opacity: $op-10;
|
opacity: $op-10;
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue