[libadwaita/wip/exalm/list-focus-again] stylesheet: Fix boxed list focus again
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/list-focus-again] stylesheet: Fix boxed list focus again
- Date: Fri, 12 Nov 2021 17:55:18 +0000 (UTC)
commit 9c48cf5cab8c4bd7dfd78a8a3ed2661945d554ee
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Nov 12 22:54:53 2021 +0500
stylesheet: Fix boxed list focus again
It needed adjustments for the listbox style changes.
src/stylesheet/widgets/_lists.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_lists.scss b/src/stylesheet/widgets/_lists.scss
index 406f8abc..7435e32d 100644
--- a/src/stylesheet/widgets/_lists.scss
+++ b/src/stylesheet/widgets/_lists.scss
@@ -135,7 +135,7 @@ row.combo {
}
%boxed_list_row {
- @include focus-ring($offset: -2px);
+ @include focus-ring($offset: -1px);
transition: 200ms $ease-out-quad;
border-bottom: 1px solid $border_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]