Skip to content

Commit

Permalink
Remove popover header separator
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Jul 8, 2019
1 parent 587d9f0 commit d04dbdd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions theme/parts/popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ panelview {
border-radius: 3px !important;
color: var(--gnome-toolbar-color) !important;
}

.subviewbutton[disabled], .toolbarbutton-1[disabled] {
opacity: 0.5 !important;
}
Expand All @@ -74,10 +75,10 @@ panelview {
opacity: 0.7 !important;
}
.subviewbutton:not([disabled]):hover, .toolbarbutton-1:not([disabled]):hover {
background-color: var(--gnome-popover-button-hover-background) !important;
background: var(--gnome-popover-button-hover-background) !important;
}

/* Style popups separator */
/* Style popover separators */
toolbarseparator, menuseparator {
border-color: var(--gnome-popover-separator-color) !important;
}
Expand All @@ -88,7 +89,7 @@ toolbarseparator[orient="vertical"] {
margin: 0 3px !important;
}

/* Style popover header */
/* Remove popover header separator */
.panel-header {
border-bottom: 1px solid var(--gnome-popover-separator-color) !important;
}
border-bottom: 0 !important;
}

0 comments on commit d04dbdd

Please sign in to comment.