Skip to content

Commit

Permalink
gtk/common: Sync with upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Apr 17, 2024
1 parent e2f2f34 commit f996b59
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions gtk/src/default/gtk-4.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -402,15 +402,18 @@ entry {
margin-bottom: 2px;
}

progress > trough > progress {
> progress > trough {
min-height: 2px;
}

> progress > trough > progress {
background-color: transparent;
background-image: none;
border-radius: 0;
border-width: 0 0 2px;
border-color: $selected_bg_color;
border-style: solid;
box-shadow: none;

}

// linked entries
Expand Down Expand Up @@ -3937,7 +3940,9 @@ video {
min-height: 64px;
border-radius: 32px;
}
background: black;
& graphicsoffload > picture {
background: black;
}
}

/************
Expand Down

0 comments on commit f996b59

Please sign in to comment.