mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 14:26:43 +02:00
🐛 Fix wrong css selector applied globally and affecting the palette
This commit is contained in:
parent
de7880b4a2
commit
8f0fd0a6e2
2 changed files with 6 additions and 6 deletions
|
@ -259,11 +259,10 @@
|
||||||
// SUBMIT-BUTTON
|
// SUBMIT-BUTTON
|
||||||
.button-submit {
|
.button-submit {
|
||||||
@extend .button-primary;
|
@extend .button-primary;
|
||||||
}
|
&:disabled {
|
||||||
|
|
||||||
:disabled {
|
|
||||||
@extend .button-disabled;
|
@extend .button-disabled;
|
||||||
min-height: $s-32;
|
min-height: $s-32;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// MULTI INPUT
|
// MULTI INPUT
|
||||||
|
|
|
@ -62,7 +62,8 @@
|
||||||
var(--palette-button-shadow-final) 100%
|
var(--palette-button-shadow-final) 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
&.disabled ::after {
|
|
||||||
|
&:disabled::after {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue