Skip to content

Commit

Permalink
Restyle column headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Dec 8, 2023
1 parent 0d6094c commit 8056d87
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions gtk/src/adw-gtk3/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1878,8 +1878,6 @@ filechooser .path-bar.linked > button {
// * Tree Views *
// **************

$_treeview_borders_color: $border_color;

treeview.view {
@at-root * {
-GtkTreeView-horizontal-separator: 4;
Expand Down Expand Up @@ -2011,7 +2009,7 @@ treeview.view {
color: $_column_header_color;
background-color: $base_color;
font-weight: bold;
font-size: small;
font-size: smaller;
text-shadow: none;
box-shadow: none;

Expand Down Expand Up @@ -2053,10 +2051,11 @@ treeview.view {
%column_header_button {
padding: 0 6px;
background-image: none;
border-style: none solid solid none;
border-color: $_treeview_borders_color;
border-style: none;
border-radius: 0;
text-shadow: none;
&:hover { @include button(hover); }
&:active { @include button(active); }

&:disabled {
border-color: $bg_color;
Expand Down

0 comments on commit 8056d87

Please sign in to comment.