[libadwaita/wip/exalm/borders: 33/40] stylesheet: Use regular $borders_color for lists
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borders: 33/40] stylesheet: Use regular $borders_color for lists
- Date: Mon, 26 Jul 2021 16:42:18 +0000 (UTC)
commit 7947946d73b7d610eddd1498553fc0d16ca0a40e
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Jul 26 20:53:18 2021 +0500
stylesheet: Use regular $borders_color for lists
src/stylesheet/widgets/_lists.scss | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/widgets/_lists.scss b/src/stylesheet/widgets/_lists.scss
index 1d157563..c7859bd0 100644
--- a/src/stylesheet/widgets/_lists.scss
+++ b/src/stylesheet/widgets/_lists.scss
@@ -96,7 +96,7 @@ popover.background.combo > contents {
& > row {
padding: 0px 12px 0px 12px;
min-height: 50px;
- border-bottom: 1px solid transparentize($borders_color, 0.5);
+ border-bottom: 1px solid $borders_color;
&:first-child {
border-top-left-radius: $popover_radius - 2;
@@ -143,7 +143,7 @@ row.expander {
list.nested > row {
background-color: transparentize($bg_color, 0.5);
- border-color: transparentize($borders_color, 0.3);
+ border-color: $borders_color;
border-style: solid;
border-width: 1px 0px 0px 0px;
}
@@ -248,7 +248,7 @@ listview.content {
&,
list > row {
- border-color: transparentize($borders_color, 0.3);
+ border-color: $borders_color;
border-style: solid;
transition: 200ms $ease-out-quad;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]