mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 22:28:15 +00:00
Merge pull request #4167 from penpot/ladybenko-6858-opacity-size
🐛 Fix opacity field size
This commit is contained in:
commit
1b10af5cfc
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user