[refactor] Capitalise 'More' text using css rather than rendering uppercase text in html

pull/7618/head
Shohan 2021-07-16 16:30:42 +05:30 zatwierdzone przez Matt Westcott
rodzic 263d652a61
commit 75764a99e7
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -509,6 +509,10 @@ footer.bulk-actions-choices {
color: $color-teal;
}
.c-dropdown__button {
text-transform: uppercase;
}
&.is-open {
ul.u-toggle {
display: flex;

Wyświetl plik

@ -533,7 +533,7 @@ def page_bulk_action_choices(context):
if bulk_action_more_list:
more_button = ButtonWithDropdown(
label=_("MORE"),
label=_("More"),
attrs={
'target': '_blank', 'rel': 'noopener noreferrer',
'title': _("View more bulk actions")