diff --git a/.gitignore b/.gitignore index 97008e5..386f24a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -yarn.lock \ No newline at end of file +yarn.lock +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index 17e7db4..1970234 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/styles.css b/styles.css index 27a4c8e..47b3961 100644 --- a/styles.css +++ b/styles.css @@ -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;