Skip to content

Commit

Permalink
SAK-48773 Calendar: Dark mode not obeyed + removed 'bg-light' class (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljaykam authored Jun 12, 2023
1 parent 6435fe4 commit bd435a4
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
## Macro for the paginator
#macro( paginator $topMsgPos $btmMsgPos $allMsgNumber $pagesize $goFPButton $goPPButton $goNPButton $goLPButton $sakai_csrf_token $pagesizes )
<nav class="assignment-pager panel panel-default">
<div class="card text-center bg-light" id="pagingHeader">
<div class="card text-center" id="pagingHeader">
$tlang.getString( "gen.viewing" ) $topMsgPos - $btmMsgPos $tlang.getString( "gen.of" ) $allMsgNumber $tlang.getString( "gen.items" )
</div>
<div class="card-body">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$tlang.getString('ical_opaqueurl_myworkspace')
</p>
#end
<div class="card text-dark bg-light mb-3 p-3">
<div class="card mb-3 p-3">
<p>$tlang.getString("ical_opaqueurl_webcal")<br/>
<a href="$!webcalUrl" target="_new_">$webcalUrl</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#set($i = $i + 1)
#set($next = $i + 1)

<div id="contentDiv${DOT}$i" class="card text-dark bg-light mb-3 p-3">
<div id="contentDiv${DOT}$i" class="card mb-3 p-3">
<input type="hidden" name="exists${DOT}$i" id="exists${DOT}$i" value="true" />
<input type="hidden" name="extension${DOT}$i" id="extension${DOT}$i" value=".URL" />
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div wicket:id="omissionsContainer">
<div wicket:id="missingUsersContainer">
<div class="card">
<div class="card text-center bg-light" role="tab" id="missingUsersHeader">
<div class="card text-center" role="tab" id="missingUsersHeader">
<h3 class="panel-title">
<a role="button" data-bs-toggle="collapse" href="#missingUsers" aria-expanded="false" aria-controls="missingUsers">
<wicket:message wicket:id="missingUsersHeader">{0} students were found in the Gradebook who are missing from the import file</wicket:message>
Expand All @@ -25,7 +25,7 @@ <h3 class="panel-title">
</div>
<div wicket:id="unknownUsersContainer">
<div class="card">
<div class="card text-center bg-light" role="tab" id="unknownUsersHeader">
<div class="card text-center" role="tab" id="unknownUsersHeader">
<h3 class="panel-title">
<a role="button" data-bs-toggle="collapse" href="#unknownUsers" aria-expanded="false" aria-controls="unknownUsers">
<wicket:message wicket:id="unknownUsersHeader">{0} students in the import file could not be found in the Gradebook</wicket:message>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<body>
<wicket:panel>
<div class="card">
<div class="card text-center bg-light" role="tab" id="previewGradesHeader">
<div class="card text-center" role="tab" id="previewGradesHeader">
<h3 class="panel-title">
<a role="button" data-bs-toggle="collapse" href="#previewGrades" aria-expanded="false" aria-controls="previewGrades">
<wicket:message wicket:id="previewGradesHeader">Preview Grades for '{0}'</wicket:message>
Expand Down
2 changes: 1 addition & 1 deletion help/help-component/src/bundle/TutorialMessages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ introToSakai_toolMenu.title=Tools Menu
introToSakai_toolMenu.body=Tools for the current site appear in the left menu. Each tool serves a different function, such as delivering content, providing assessments, or facilitating collaboration.<br/><br/>\
Each site maintainer, such as the instructor, controls which tools appear in the site.\
<br/><br/>\
The tool menu can be opened or closed by clicking on the <span class="no-wrap">( <i class="bi bi-chevron-right" style="font-weight: bold; font-size: 18px;"></i>) chevron icon</span> next to the site title.
The tool menu can be opened or closed by clicking on the expand/collapse <span class="no-wrap">( <i class="bi bi-chevron-right" style="font-weight: bold; font-size: 18px;"></i>) chevron icon</span> next to the site title.


# Help Icon Panel (Desktop View Only)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ $Id$
</table>
</h:panelGroup>
<h:panelGroup layout="block" styleClass="panel panel-default">
<div class="card text-center bg-light" style="padding-top: 1px;padding-bottom: 1px;">
<div class="card text-center" style="padding-top: 1px;padding-bottom: 1px;">
<strong>
<h2>
<h:outputText value="#{evaluationMessages.fsd}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<div class="row">
<div class="col-sm-8">
<div class="card text-dark bg-light mb-3 p-3">
<div class="card mb-3 p-3">
<div th:text="#{autogroups.step2.role.info}">We see that you have selected to make groups of participants in the following role(s):</div>
<ul>
<li th:each="role : ${autoGroupsForm.selectedRoleList}"><span th:text="${role}"></span></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div th:replace="fragments/wizard :: step (step3)"></div><br/>
<div class="row">
<div class="col-sm-8">
<div class="card text-dark bg-light mb-3 p-3">
<div class="card mb-3 p-3">
<div th:text="#{autogroups.step3.role.info}">We see that you have selected to make groups of participants in the following role(s):</div>
<ul>
<li th:each="role : ${autoGroupsForm.selectedRoleList}"><span th:text="${role}"></span></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 th:if="${groupForm.groupId != null}" th:text="#{groups.header.edit}"></h1>
</div>
<div id="joinableOptionsDiv" class="row" th:if="${!joinableSetList.isEmpty()}">
<div class="col-sm-8">
<div class="card text-dark bg-light mb-3 p-3">
<div class="card mb-3 p-3">
<div class="form-check">
<label for="groupAllowPreviewMembership" class="form-control-label block">
<input id="groupAllowPreviewMembership" class="form-check-input" type="checkbox" th:field="*{groupAllowPreviewMembership}" th:checked="${groupForm.groupAllowPreviewMembership}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class SakaiRubricSummary extends rubricsApiMixin(RubricsElement) {
${this.criteria.map((c) => html`
<div class="mb-2">
<div class="card">
<div class="card text-center bg-light">
<div class="card text-center">
<h4>
<a class="collapse-toggle collapsed" data-bs-toggle="collapse" href="#collapse${c.id}">${c.title}</a>
</h4>
Expand Down

0 comments on commit bd435a4

Please sign in to comment.