[libadwaita/wip/exalm/selection-color: 7/9] stylesheet: Fix selection selector for error/warning entries
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/selection-color: 7/9] stylesheet: Fix selection selector for error/warning entries
- Date: Tue, 4 May 2021 15:04:12 +0000 (UTC)
commit dcd4f05197bfa98b809103645a6d59b369143051
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue May 4 02:44:29 2021 +0500
stylesheet: Fix selection selector for error/warning entries
src/stylesheet/widgets/_entries.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_entries.scss b/src/stylesheet/widgets/_entries.scss
index a205cd6..bccc05e 100644
--- a/src/stylesheet/widgets/_entries.scss
+++ b/src/stylesheet/widgets/_entries.scss
@@ -47,7 +47,7 @@ entry {
@include focus-ring($focus-state: 'focus-within', $fc: transparentize($e_color, 0.5));
- > selection { background-color: $e_color; }
+ > text > selection { background-color: $e_color; }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]