Skip to content

Commit e0f578a

Browse files
Muskan Guptaci-build
authored andcommitted
Updating style for tabsontop
1 parent 0cfd99d commit e0f578a

File tree

2 files changed

+158
-1
lines changed
  • ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/tabsontop/v1/tabsontop

2 files changed

+158
-1
lines changed

ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/tabsontop/v1/tabsontop/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ BLOCK cmp-tabs
5353
MOD cmp-tabs__tab--stepped
5454
ELEMENT cmp-tabs__title
5555
ELEMENT cmp-tabs__icon
56-
ELEMENT cmp-tabs__label
5756
ELEMENT cmp-tabs__shortdescription
5857
ELEMENT cmp-tabs__longdescription
5958
ELEMENT cmp-tabs__questionmark
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
3+
jcr:primaryType="nt:unstructured"
4+
jcr:title="panel">
5+
<items jcr:primaryType="nt:unstructured">
6+
<tabsOnTopPanel
7+
jcr:primaryType="nt:unstructured"
8+
jcr:title="Tabs on Top"
9+
id="af_tabsontop"
10+
cssSelector=".cmp-tabs"
11+
longTitle="Tabs on Top Panel Container"
12+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
13+
<items jcr:primaryType="nt:unstructured">
14+
<tabsOnTopLabelContainer
15+
jcr:primaryType="nt:unstructured"
16+
jcr:title="Label Container"
17+
id="af_tabsontoplabelcontainer"
18+
cssSelector=".cmp-tabs__label-container"
19+
longTitle="Tabs on Top Label Container"
20+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
21+
<items jcr:primaryType="nt:unstructured">
22+
<tabsOnTopLabel
23+
jcr:primaryType="nt:unstructured"
24+
jcr:title="Label"
25+
id="af_tabsOnToplabel"
26+
cssSelector=".cmp-tabs__label"
27+
longTitle="Tabs On Top Label"
28+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
29+
<states jcr:primaryType="nt:unstructured">
30+
<hover
31+
jcr:primaryType="nt:unstructured"
32+
jcr:title="Hover"
33+
cssSelector=".cmp-tabs__label:hover"/>
34+
<focus
35+
jcr:primaryType="nt:unstructured"
36+
jcr:title="Focus"
37+
cssSelector=".cmp-tabs__label:focus"/>
38+
</states>
39+
</tabsOnTopLabel>
40+
<tabsOnTopHelpIcon
41+
jcr:primaryType="nt:unstructured"
42+
jcr:title="Help Icon"
43+
id="af_tabsOnTophelpicon"
44+
cssSelector=".cmp-tabs__questionmark"
45+
longTitle="Tabs On Top Help Icon"
46+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common"
47+
secondarySelectors="af_guideContainer:af_helpicon">
48+
<states jcr:primaryType="nt:unstructured">
49+
<focus
50+
jcr:primaryType="nt:unstructured"
51+
jcr:title="Focus"
52+
cssSelector=".cmp-tabs__questionmark:focus"/>
53+
<hover
54+
jcr:primaryType="nt:unstructured"
55+
jcr:title="Hover"
56+
cssSelector=".cmp-tabs__questionmark:hover"/>
57+
<disabled
58+
jcr:primaryType="nt:unstructured"
59+
jcr:title="Disabled"
60+
cssSelector=".cmp-tabs__questionmark:disabled"/>
61+
</states>
62+
</tabsOnTopHelpIcon>
63+
</items>
64+
<states jcr:primaryType="nt:unstructured">
65+
<disabled
66+
jcr:primaryType="nt:unstructured"
67+
jcr:title="Disabled"
68+
cssSelector=".cmp-tabs__label-container:disabled"/>
69+
<hover
70+
jcr:primaryType="nt:unstructured"
71+
jcr:title="Hover"
72+
cssSelector=".cmp-tabs__label-container:hover"/>
73+
<focus
74+
jcr:primaryType="nt:unstructured"
75+
jcr:title="Focus"
76+
cssSelector=".cmp-tabs__label-container:focus"/>
77+
</states>
78+
</tabsOnTopLabelContainer>
79+
<tabsOnTopDescriptionShort
80+
jcr:primaryType="nt:unstructured"
81+
jcr:title="Short Description"
82+
id="af_tabsOnTopdescriptionshort"
83+
cssSelector=".cmp-tabs__shortdescription"
84+
longTitle="Tabs On Top Short Description"
85+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
86+
</tabsOnTopDescriptionShort>
87+
<tabsOnTopDescriptionLong
88+
jcr:primaryType="nt:unstructured"
89+
jcr:title="Long Description"
90+
id="af_tabsOnTopdescriptionlong"
91+
cssSelector=".cmp-tabs__longdescription"
92+
longTitle="Tabs On Top Long Description"
93+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
94+
<states jcr:primaryType="nt:unstructured">
95+
<focus
96+
jcr:primaryType="nt:unstructured"
97+
jcr:title="Focus"
98+
cssSelector=".cmp-tabs__longdescription:focus"/>
99+
<hover
100+
jcr:primaryType="nt:unstructured"
101+
jcr:title="Hover"
102+
cssSelector=".cmp-tabs__longdescription:hover"/>
103+
</states>
104+
</tabsOnTopDescriptionLong>
105+
<tabsOnTopTabList
106+
jcr:primaryType="nt:unstructured"
107+
jcr:title="Tabs List"
108+
id="af_tabsOnToptablist"
109+
cssSelector=".cmp-tabs__tablist"
110+
longTitle="Tabs On Top Tab List"
111+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
112+
<items jcr:primaryType="nt:unstructured">
113+
<tabsOnTopTab
114+
jcr:primaryType="nt:unstructured"
115+
jcr:title="Tab"
116+
id="af_tabsOnToptab"
117+
cssSelector=".cmp-tabs__tab"
118+
longTitle="Tabs On Top Tab"
119+
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
120+
<states jcr:primaryType="nt:unstructured">
121+
<active
122+
jcr:primaryType="nt:unstructured"
123+
jcr:title="Active"
124+
cssSelector=".cmp-tabs__tab--active"/>
125+
<hover
126+
jcr:primaryType="nt:unstructured"
127+
jcr:title="Hover"
128+
cssSelector=".cmp-tabs__tab:hover"/>
129+
<focus
130+
jcr:primaryType="nt:unstructured"
131+
jcr:title="Focus"
132+
cssSelector=".cmp-tabs__tab:focus"/>
133+
<disabled
134+
jcr:primaryType="nt:unstructured"
135+
jcr:title="Disabled"
136+
cssSelector=".cmp-tabs__tab:disabled"/>
137+
</states>
138+
</tabsOnTopTab>
139+
</items>
140+
<states jcr:primaryType="nt:unstructured">
141+
<hover
142+
jcr:primaryType="nt:unstructured"
143+
jcr:title="Hover"
144+
cssSelector=".cmp-tabs__tablist:hover"/>
145+
<focus
146+
jcr:primaryType="nt:unstructured"
147+
jcr:title="Focus"
148+
cssSelector=".cmp-tabs__tablist:focus"/>
149+
<disabled
150+
jcr:primaryType="nt:unstructured"
151+
jcr:title="Disabled"
152+
cssSelector=".cmp-tabs__tablist:disabled"/>
153+
</states>
154+
</tabsOnTopTabList>
155+
</items>
156+
</tabsOnTopPanel>
157+
</items>
158+
</jcr:root>

0 commit comments

Comments
 (0)