More libadwaita corrections and some other minor improvements, including gtk3

This commit is contained in:
eudaimon 2024-01-24 12:37:02 +01:00
parent e332b788f9
commit a00f41d75d
8 changed files with 63 additions and 32 deletions

View file

@ -16,10 +16,10 @@
// overshoot is very simplified in this theme
background-color: gtkalpha($c, 0.1);
background-size: 100%;
background-repeat: no-repeat;
border: none;
box-shadow: none;
background-image: none; //for libadwaita: we need to overwrite its defaults!
background-size: 100%;
background-repeat: no-repeat;
border: none;
box-shadow: none;
background-image: none; //for libadwaita: we need to overwrite its defaults!
}

View file

@ -4,6 +4,8 @@ undershoot {
background-repeat: no-repeat;
background-clip: border-box;
background-image: image(gtkalpha($undershoot_color, 0.3));
border: none; //override libadwaita
border-radius: 0; // override libadwaita
&.top {
//background-image: linear-gradient(to bottom, gtkalpha(currentColor, 0.5), gtkalpha(currentColor, 0.2), gtkalpha(currentColor, 0));
background-size: 100% 0.5em;