lint fixes

This commit is contained in:
Matthias Kretschmann 2017-11-26 20:02:32 +01:00
parent e4698a2275
commit 6e07459af3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 17 additions and 16 deletions

3
.gitignore vendored
View File

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

View File

@ -40,7 +40,7 @@
"devDependencies": {
"husky": "^0.14.0",
"release-it": "^5.0.0",
"stylelint": "^8.1.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;