0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00

Merge pull request #4167 from penpot/ladybenko-6858-opacity-size

🐛 Fix opacity field size
This commit is contained in:
Aitor Moreno 2024-02-19 18:08:08 +01:00 committed by GitHub
commit 1b10af5cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,15 +20,13 @@
.color-info {
--detach-icon-foreground-color: none;
display: flex;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: $s-2;
border-radius: $s-8;
background-color: var(--input-details-color);
height: $s-32;
width: 100%;
flex-grow: 1;
min-width: 0;
&:hover {
--detach-icon-foreground-color: var(--input-foreground-color-active);