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:
commit
1b10af5cfc
1 changed files with 2 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue