@financial-times/n-myft-ui 29.0.6 → 29.0.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -75,9 +75,9 @@
|
|
75
75
|
{{~/unless~}}
|
76
76
|
{{~/concepts~}}"
|
77
77
|
aria-label="Add all to myFT: {{title}} collection"
|
78
|
-
data-alternate-label="
|
78
|
+
data-alternate-label="Added: click to remove all topics in the {{title}} collection from my FT"
|
79
79
|
data-alternate-text="Added"
|
80
|
-
title="Add all topics in the {{title}} collection to my
|
80
|
+
title="Add all topics in the {{title}} collection to my FT">
|
81
81
|
Add all to myFT
|
82
82
|
</button>
|
83
83
|
</form>
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{{#ifAll setFollowButtonStateToSelected @root.cacheablePersonalisedUrl}}
|
29
29
|
aria-label="Added {{name}} to myFT: click to remove"
|
30
30
|
title="Remove {{name}} from myFT"
|
31
|
-
data-alternate-label="Add {{name}}
|
31
|
+
data-alternate-label="Add to myFT: {{name}}"
|
32
32
|
aria-pressed="true"
|
33
33
|
{{#if alternateText}}
|
34
34
|
data-alternate-text="{{alternateText}}"
|
@@ -43,7 +43,7 @@
|
|
43
43
|
aria-pressed="false"
|
44
44
|
aria-label="Add to myFT: {{name}}"
|
45
45
|
title="Add {{name}} to myFT"
|
46
|
-
data-alternate-label="
|
46
|
+
data-alternate-label="Added {{name}} to myFT: click to remove"
|
47
47
|
{{#if alternateText}}
|
48
48
|
data-alternate-text="{{alternateText}}"
|
49
49
|
{{else}}
|
package/myft/main.scss
CHANGED
@@ -171,7 +171,7 @@ function FormElement (createList, showPublicToggle, attachDescription, onListCre
|
|
171
171
|
<label class="myft-ui-create-list-variant-form-name o-forms-field">
|
172
172
|
<span class="o-forms-input o-forms-input--text">
|
173
173
|
<input class="myft-ui-create-list-variant-text" type="text" name="list-name">
|
174
|
-
List name
|
174
|
+
<div class="myft-ui-create-list-variant-label">List name</div>
|
175
175
|
</span>
|
176
176
|
</label>
|
177
177
|
|