[libadwaita/wip/exalm/tab-style: 2/5] 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: 2/5] tab-box: More descriptive css name for tab containers
- Date: Wed, 6 Apr 2022 22:30:54 +0000 (UTC)
commit 580739dc2858818309602ae6a471793420c6ca8c
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 55c9a7bd..79415725 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 bc720f98..b71e0990 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: 3px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]