0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Remove change style on hover for options

This commit is contained in:
alonso.torres 2021-11-08 16:12:36 +01:00 committed by Andrés Moya
parent aa276ab308
commit b80ddfa580
2 changed files with 1 additions and 6 deletions

View file

@ -24,6 +24,7 @@
- Fix a worker error when transforming a rectangle into path
- Fix max/min values for opacity fields [Taiga #2183](https://tree.taiga.io/project/penpot/issue/2183)
- Fix viewer comment position when zoom applied [Taiga #2240](https://tree.taiga.io/project/penpot/issue/2240)
- Remove change style on hover for options [Taiga #2172](https://tree.taiga.io/project/penpot/issue/2172)
### :arrow_up: Deps updates
### :heart: Community contributions by (Thank you!)

View file

@ -70,12 +70,6 @@
width: 100%;
align-items: center;
}
&:hover {
.element-set-title {
color: $color-gray-10;
}
}
}
.element-list {