Merge pull request #11 from kremalicious/greenkeeper/stylelint-config-standard-18.0.0

Update stylelint-config-standard to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2017-11-26 21:17:59 +02:00 committed by GitHub
commit 0d7def781c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 17 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
yarn.lock
yarn.lock
package-lock.json

View File

@ -40,8 +40,8 @@
"devDependencies": {
"husky": "^0.14.0",
"release-it": "^5.0.0",
"stylelint": "^8.1.0",
"stylelint-config-standard": "^17.0.0",
"stylelint": "^8.3.0",
"stylelint-config-standard": "^18.0.0",
"xo": "^0.17.1"
}
}

View File

@ -88,12 +88,6 @@
color: var(--tab-text-color);
}
.blur .tabs_nav .tabs_title,
.blur .tabs_nav .tabs_list .tab_active .tab_text {
transition: none;
color: var(--tab-text-color-inactive);
}
.tabs_nav .tab_tab.tab_first:not(.tab_active) {
border-left: 0 !important;
}
@ -110,10 +104,6 @@
background: var(--tab-background);
}
.blur .tabs_nav .tabs_list .tab_active {
background: var(--tab-background-blur-active);
}
.tabs_nav .tabs_list .tab_active .tab_text {
transition: none;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
@ -121,6 +111,16 @@
z-index: 1;
}
.blur .tabs_nav .tabs_list .tab_active {
background: var(--tab-background-blur-active);
}
.blur .tabs_nav .tabs_title,
.blur .tabs_nav .tabs_list .tab_active .tab_text {
transition: none;
color: var(--tab-text-color-inactive);
}
.tabs_nav .tabs_borderShim {
display: none;
}
@ -144,10 +144,6 @@
filter: none;
}
.tabs_nav .tabs_list .tab_active .tab_icon:hover {
background-color: rgba(0, 0, 0, .15);
}
.tabs_nav .tabs_list .tab_icon:active {
filter: none;
transition: none;
@ -158,6 +154,10 @@
background-color: rgba(0, 0, 0, .22);
}
.tabs_nav .tabs_list .tab_active .tab_icon:hover {
background-color: rgba(0, 0, 0, .15);
}
.terms_terms {
margin-top: var(--tab-height);
border-top: 1px solid #181818;