mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix small interface errors
This commit is contained in:
@@ -101,6 +101,15 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@mixin hiddenElement {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
box-sizing: border-box;
|
||||
color: var(--input-foreground-color-disabled);
|
||||
stroke: var(--input-foreground-color-disabled);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@keyframes spin-animation {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
|
||||
Reference in New Issue
Block a user