Compare commits
7 Commits
add-left-x
...
v0.2.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aef4e7f9f5 | ||
|
|
34c8e8c816 | ||
|
|
54ce151f5f | ||
|
|
b225ce7f0c | ||
|
|
3913e9f932 | ||
|
|
25b418781f | ||
|
|
4cbe7053b7 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cartoassets",
|
||||
"description": "Share frontend assets between different CARTO repositories",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||
"author": {
|
||||
"name": "CARTO",
|
||||
|
||||
@@ -175,9 +175,17 @@ Layout Component:
|
||||
&.is-disabled {
|
||||
opacity: 0.24;
|
||||
cursor: default;
|
||||
|
||||
&:active {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-Button--noPadding {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.CDB-Button--loading {
|
||||
.CDB-Button-loader {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user