diff --git a/client/agenda/Agenda.vue b/client/agenda/Agenda.vue index 0504710d42..1cd1042f4f 100644 --- a/client/agenda/Agenda.vue +++ b/client/agenda/Agenda.vue @@ -9,7 +9,7 @@ span.meeting-warning(v-if='agendaStore.meeting.warningNote') {{agendaStore.meeting.warningNote}} h4 span {{agendaStore.meeting.city}}, {{ meetingDate }} - h6.float-end.d-none.d-lg-inline(v-if='meetingUpdated') #[span.text-muted Updated:] {{ meetingUpdated }} + h6.float-end.d-none.d-lg-inline(v-if='meetingUpdated') #[span.text-body-secondary Updated:] {{ meetingUpdated }} .agenda-topnav.my-3 meeting-navigation @@ -49,7 +49,7 @@ n-popover(v-if='!agendaStore.infoNoteShown') template(#trigger) n-button.ms-2(text, @click='toggleInfoNote') - i.bi.bi-info-circle.text-muted + i.bi.bi-info-circle.text-body-secondary span Show Info Note .col-12.col-sm-auto.d-flex.align-items-center i.bi.bi-globe.me-2 diff --git a/client/agenda/AgendaQuickAccess.vue b/client/agenda/AgendaQuickAccess.vue index d080e5dd48..ae23edcabb 100644 --- a/client/agenda/AgendaQuickAccess.vue +++ b/client/agenda/AgendaQuickAccess.vue @@ -58,7 +58,7 @@ ) i.bi.bi-x-square.me-2 span Discard - n-divider: small.text-muted Calendar + n-divider: small.text-body-secondary Calendar n-button.mt-2( id='agenda-quickaccess-calview-btn' block @@ -86,7 +86,7 @@ i.bi.bi-calendar-check.me-2 span {{ shortMode ? '.ics' : 'Add to your calendar...' }} template(v-if='agendaStore.meetingDays.length > 0') - n-divider: small.text-muted Jump to... + n-divider: small.text-body-secondary Jump to... ul.nav.nav-pills.flex-column.small.agenda-quickaccess-jumpto li.nav-item(v-if='agendaStore.isMeetingLive') a.nav-link( diff --git a/client/agenda/AgendaShareModal.vue b/client/agenda/AgendaShareModal.vue index 8cdbb291af..a71938673b 100644 --- a/client/agenda/AgendaShareModal.vue +++ b/client/agenda/AgendaShareModal.vue @@ -20,7 +20,7 @@ n-modal(v-model:show='modalShown') i.bi.bi-share span Share this view .agenda-share-content - .text-muted.pb-2 Use the following URL for sharing the current view #[em (including any active filters)] with other users: + .text-body-secondary.pb-2 Use the following URL for sharing the current view #[em (including any active filters)] with other users: n-input-group n-input( ref='filteredUrlIpt' diff --git a/client/components/ChatLog.vue b/client/components/ChatLog.vue index d393b18664..f9dc382bfe 100644 --- a/client/components/ChatLog.vue +++ b/client/components/ChatLog.vue @@ -15,7 +15,7 @@ ) template(#default) div(v-html='item.text') - span.text-muted(v-else) + span.text-body-secondary(v-else) em No chat log available. diff --git a/client/components/Polls.vue b/client/components/Polls.vue index 72c8e1c633..f5023995a3 100644 --- a/client/components/Polls.vue +++ b/client/components/Polls.vue @@ -6,7 +6,7 @@ :columns='columns' striped ) - span.text-muted(v-else) + span.text-body-secondary(v-else) em No polls available. diff --git a/ietf/ietfauth/widgets.py b/ietf/ietfauth/widgets.py index 6b01a67bd6..c9a0523402 100644 --- a/ietf/ietfauth/widgets.py +++ b/ietf/ietfauth/widgets.py @@ -41,7 +41,7 @@ def render(self, name, value, attrs=None, renderer=None):
-