Skip to content

Commit

Permalink
Fix #236 and more
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Oct 18, 2023
1 parent b0dffe7 commit a3e1050
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
22 changes: 21 additions & 1 deletion gtk/src/adw-gtk3/gtk-3.0/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1149,21 +1149,41 @@ geary-conversation-viewer#conversation_viewer {
background-color: transparent;
&:hover { background-color: $titlebutton_normal_hover; }
&:hover:active, &:active, &:hover:checked, &:checked { background-color: $titlebutton_normal_active; }
&:backdrop { background: $titlebutton_backdrop; }
&:backdrop { background: transparent; }
&:backdrop:hover { background: $titlebutton_backdrop_hover; }
}
}

&:not(:first-child) > .titlebar {
border-bottom: transparent;
box-shadow: none;
&:backdrop {
background-image: none;
background-color: $headerbar_bg_color;
}
}
}

.geary-main-window separator.sidebar {
background-color: $borders_color;
}

.geary-main-window .titlebar .image-button {
padding: 0 6px;
}

.geary-folder {
.sidebar.view {
&:selected {
background-color: $selected_color;
&:hover { background-color: $selected_hover_color; }
}
&:hover {
background-color: $hover_color;
}
}
}

// ************
// * Inkscape *
// ************
Expand Down
6 changes: 3 additions & 3 deletions gtk/src/adw-gtk3/gtk-3.0/_libhandy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -678,15 +678,15 @@ tabbar {
&:first-child { background-image: none; }

&:hover {
background-color: $view_hover_color;
background-color: $hover_color;
&, + tab { background-image: none; }
}

&:checked {
background-color: $view_selected_color;
background-color: $selected_color;
&, + tab { background-image: none; }

&:hover { background-color: $view_selected_hover_color; }
&:hover { background-color: $selected_hover_color; }
}
}

Expand Down

0 comments on commit a3e1050

Please sign in to comment.