Skip to content

Commit

Permalink
sass is being a dingus so I'll just do this
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 15, 2023
1 parent 086f569 commit e869f92
Showing 1 changed file with 26 additions and 42 deletions.
68 changes: 26 additions & 42 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -639,63 +639,49 @@ $colors: (
}

.tab-holder {
background: transparent;
box-shadow: none;
margin: 2px 0;
padding: 0;
border: none;
}

.tab {
border: none;
box-shadow: none;
}

.tab-holder {
background: transparent;
box-shadow: none;
margin: 0;
padding: 0;
border: 1px solid transparent;

tabs {
.tab-holder tabs {
margin: 0;
padding: 0;
border: none;
box-shadow: none;
}

header {
}
.tab-holder header {
border: none;
box-shadow: none;
margin: 0;
padding: 0;
}
}

.tab-child {
.tab-child {
background: transparent;
box-shadow: none;
border: 1px solid transparent;
border-radius: 12px;
padding: 0;
margin: 0;

button {
background: transparent;
border-radius: 999px;
margin: 0 6px;
padding: 0;

&:hover {
background: gtkalpha($view_fg_color, 90%);
color: $view_fg_color;
}
&:active {
background: gtkalpha($view_fg_color, 80%);
color: $view_fg_color;
}
}
}

.tab {
}
.tab-child button {
background: transparent;
border-radius: 999px;
margin: 0 6px;
padding: 0;

&:hover {
background: gtkalpha($view_fg_color, 90%);
color: $view_fg_color;
}
&:active {
background: gtkalpha($view_fg_color, 80%);
color: $view_fg_color;
}
}
.tab-child .tab {
background: transparent;
box-shadow: none;
border-radius: 12px 12px 0 0;
Expand All @@ -709,12 +695,10 @@ $colors: (
&:checked {
background: $view_bg_color;
}
}

.disclosure-button {
}
.tab-child .disclosure-button {
padding: 2px;
margin: 2px 9px;
}
}

.navigation-rail {
Expand Down

0 comments on commit e869f92

Please sign in to comment.