Compare commits
2 Commits
v0.2.2
...
update-sel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78f686abd7 | ||
|
|
aa5486a1a3 |
@@ -1,7 +1,7 @@
|
|||||||
cache: false
|
cache: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4.1"
|
- "6.14.2"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cartoassets",
|
"name": "cartoassets",
|
||||||
"description": "Share frontend assets between different CARTO repositories",
|
"description": "Share frontend assets between different CARTO repositories",
|
||||||
"version": "0.2.2",
|
"version": "0.2.00",
|
||||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "CARTO",
|
"name": "CARTO",
|
||||||
@@ -55,11 +55,5 @@
|
|||||||
"shared components",
|
"shared components",
|
||||||
"editor",
|
"editor",
|
||||||
"deep-insights"
|
"deep-insights"
|
||||||
],
|
]
|
||||||
"scripts": {
|
|
||||||
"bump": "npm version patch",
|
|
||||||
"bump:major": "npm version major",
|
|
||||||
"bump:minor": "npm version minor",
|
|
||||||
"postversion": "git push origin master --follow-tags"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,10 +77,10 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border: 1px solid $cHoverLine;
|
border: 1px solid $cBlueHover;
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px solid $cBlue;
|
border: 1px solid $cBlackHover;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@@ -90,6 +90,10 @@
|
|||||||
&.has-error {
|
&.has-error {
|
||||||
@include default-form-error-style();
|
@include default-form-error-style();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.is-cursor {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.CDB-FieldError .CDB-Select,
|
.CDB-FieldError .CDB-Select,
|
||||||
|
|||||||
Reference in New Issue
Block a user