[libadwaita/wip/exalm/tab-style: 7/10] tab-box: More descriptive css name for tab containers
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/tab-style: 7/10] tab-box: More descriptive css name for tab containers
- Date: Thu, 7 Apr 2022 12:16:45 +0000 (UTC)
commit b6e64f286c2140a9bfa5a9b429f6d793b12f9501
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Apr 7 02:00:04 2022 +0400
tab-box: More descriptive css name for tab containers
src/adw-tab-box.c | 2 +-
src/stylesheet/widgets/_tab-view.scss | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/adw-tab-box.c b/src/adw-tab-box.c
index edfe53f8..c9fb170e 100644
--- a/src/adw-tab-box.c
+++ b/src/adw-tab-box.c
@@ -1742,7 +1742,7 @@ create_tab_info (AdwTabBox *self,
info->page = page;
info->pos = -1;
info->width = -1;
- info->container = adw_gizmo_new ("widget", measure_tab, allocate_tab,
+ info->container = adw_gizmo_new ("tabboxchild", measure_tab, allocate_tab,
NULL, NULL,
(AdwGizmoFocusFunc) adw_widget_focus_child,
(AdwGizmoGrabFocusFunc) adw_widget_grab_focus_self);
diff --git a/src/stylesheet/widgets/_tab-view.scss b/src/stylesheet/widgets/_tab-view.scss
index bab7bb3d..84ea0e56 100644
--- a/src/stylesheet/widgets/_tab-view.scss
+++ b/src/stylesheet/widgets/_tab-view.scss
@@ -4,7 +4,7 @@ tabbar {
}
tabbox {
- > widget {
+ > tabboxchild {
@include focus-ring();
border-radius: $button_radius;
margin-bottom: 5px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]