Skip to content

Commit

Permalink
tabs: increase contrast for non selected tab handles #550
Browse files Browse the repository at this point in the history
and make default style darkish grey similar to other shortcodes
  • Loading branch information
McShelby committed Jun 8, 2023
1 parent 310df34 commit 0a3662b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/css/variant.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ article ul > li > input[type="checkbox"] {

.tab-panel-style.cstyle.initial,
.tab-panel-style.cstyle.default {
--VARIABLE-BOX-color: rgba( 134, 134, 134, .4 );
--VARIABLE-BOX-BG-color: var(--INTERNAL-MAIN-BG-color);
}

Expand All @@ -425,6 +424,10 @@ article ul > li > input[type="checkbox"] {
border-top-color: var(--VARIABLE-BOX-color);
}

#body .tab-panel-style.cstyle.code.tab-nav-button:not(.active){
--VARIABLE-BOX-color: var(--INTERNAL-BOX-NEUTRAL-color);
}

#body .tab-panel-style.cstyle.initial.tab-content,
#body .tab-panel-style.cstyle.default.tab-content,
#body .tab-panel-style.cstyle.transparent.tab-content{
Expand Down

0 comments on commit 0a3662b

Please sign in to comment.