mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fix privacy dialog toggle color in status side panel
This commit is contained in:
parent
2961c90ae1
commit
d87d53fca8
@ -32,7 +32,7 @@
|
|||||||
{% page_permissions page as page_perms %}
|
{% page_permissions page as page_perms %}
|
||||||
{% if page.id and page_perms.can_set_view_restrictions %}
|
{% if page.id and page_perms.can_set_view_restrictions %}
|
||||||
{% trans 'Change privacy' as set_privacy_title %}
|
{% trans 'Change privacy' as set_privacy_title %}
|
||||||
{% dialog_toggle class_name='w-bg-transparent w-text-14 w-p-0 w-text-teal-200 hover:w-text-teal-600 w-inline-flex w-justify-center w-transition' dialog_id='set-privacy' text=set_privacy_title %}
|
{% dialog_toggle class_name='w-bg-transparent w-text-14 w-p-0 w-text-secondary hover:w-text-secondary-600 w-inline-flex w-justify-center w-transition' dialog_id='set-privacy' text=set_privacy_title %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{# Empty actions block because of lack of permissions #}
|
{# Empty actions block because of lack of permissions #}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user