mirror of
https://github.com/kremalicious/hyper-mac-pro.git
synced 2024-11-22 01:37:13 +01:00
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:
commit
0d7def781c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
package-lock.json
|
@ -40,8 +40,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"husky": "^0.14.0",
|
"husky": "^0.14.0",
|
||||||
"release-it": "^5.0.0",
|
"release-it": "^5.0.0",
|
||||||
"stylelint": "^8.1.0",
|
"stylelint": "^8.3.0",
|
||||||
"stylelint-config-standard": "^17.0.0",
|
"stylelint-config-standard": "^18.0.0",
|
||||||
"xo": "^0.17.1"
|
"xo": "^0.17.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
28
styles.css
28
styles.css
@ -88,12 +88,6 @@
|
|||||||
color: var(--tab-text-color);
|
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) {
|
.tabs_nav .tab_tab.tab_first:not(.tab_active) {
|
||||||
border-left: 0 !important;
|
border-left: 0 !important;
|
||||||
}
|
}
|
||||||
@ -110,10 +104,6 @@
|
|||||||
background: var(--tab-background);
|
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 {
|
.tabs_nav .tabs_list .tab_active .tab_text {
|
||||||
transition: none;
|
transition: none;
|
||||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
|
||||||
@ -121,6 +111,16 @@
|
|||||||
z-index: 1;
|
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 {
|
.tabs_nav .tabs_borderShim {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -144,10 +144,6 @@
|
|||||||
filter: none;
|
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 {
|
.tabs_nav .tabs_list .tab_icon:active {
|
||||||
filter: none;
|
filter: none;
|
||||||
transition: none;
|
transition: none;
|
||||||
@ -158,6 +154,10 @@
|
|||||||
background-color: rgba(0, 0, 0, .22);
|
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 {
|
.terms_terms {
|
||||||
margin-top: var(--tab-height);
|
margin-top: var(--tab-height);
|
||||||
border-top: 1px solid #181818;
|
border-top: 1px solid #181818;
|
||||||
|
Loading…
Reference in New Issue
Block a user