mirror of
https://github.com/maputnik/editor.git
synced 2025-12-29 09:30:01 +00:00
Show error if style fails to load and disabled button if input is empty
This commit is contained in:
@@ -77,6 +77,12 @@
|
||||
background-color: lighten($color-midgray, 12);
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: darken($color-midgray, 5);
|
||||
color: $color-midgray;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-big-button {
|
||||
|
||||
Reference in New Issue
Block a user