diff --git a/.travis.yml b/.travis.yml index ca29d1113..c4017fcce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,13 @@ install: # - yarn build - yarn build:lib +before_deploy: + - rm -Rf ./node_modules .docs ./preview ./tests *.log* + - rm -Rf ./src/system/icons/_all + - rm -Rf ./src/system/tokens/_examples deploy: provider: npm + skip_cleanup: true email: $NPM_EMAIL api_key: $NPM_TOKEN on: diff --git a/package.json b/package.json index 4bd1e6681..778b3a8ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@human-connection/styleguide", - "version": "0.5.9", + "version": "0.5.10", "private": false, "scripts": { "serve": "http-server ./docs -o -s", diff --git a/src/system/components/data-input/Select/style.scss b/src/system/components/data-input/Select/style.scss index 5c4bec3b4..3ca7b221b 100644 --- a/src/system/components/data-input/Select/style.scss +++ b/src/system/components/data-input/Select/style.scss @@ -9,7 +9,7 @@ .ds-select-is-open & { border-bottom-left-radius: 0; border-bottom-right-radius: 0; - border-bottom: 0; + border-bottom-color: transparent; } }