mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 04:41:40 +02:00
🐛 Fix problem in viewer with the back button (#6385)
This commit is contained in:
parent
e52fd90963
commit
a2c9d307df
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
- Duplicate token sets [Taiga #10694](https://tree.taiga.io/project/penpot/issue/10694)
|
- Duplicate token sets [Taiga #10694](https://tree.taiga.io/project/penpot/issue/10694)
|
||||||
- Add set selection in create Token themes flow [Taiga #10746](https://tree.taiga.io/project/penpot/issue/10746)
|
- Add set selection in create Token themes flow [Taiga #10746](https://tree.taiga.io/project/penpot/issue/10746)
|
||||||
- Display indicator on not active sets [Taiga #10668](https://tree.taiga.io/project/penpot/issue/10668)
|
- Display indicator on not active sets [Taiga #10668](https://tree.taiga.io/project/penpot/issue/10668)
|
||||||
|
- Fix problem in viewer with the back button [Taiga #10907](https://tree.taiga.io/project/penpot/issue/10907)
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
|
|
@ -127,6 +127,7 @@
|
||||||
width: $s-28;
|
width: $s-28;
|
||||||
margin-left: $s-8;
|
margin-left: $s-8;
|
||||||
background-color: var(--viewer-controls-background-color);
|
background-color: var(--viewer-controls-background-color);
|
||||||
|
pointer-events: all;
|
||||||
svg {
|
svg {
|
||||||
@extend .button-icon;
|
@extend .button-icon;
|
||||||
stroke: var(--icon-foreground);
|
stroke: var(--icon-foreground);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue