Skip to content

Commit

Permalink
SAK-48357 Assignments Dark theme Assign group override in classic gra…
Browse files Browse the repository at this point in the history
…der unreadable
  • Loading branch information
kunaljaykam committed Feb 15, 2025
1 parent ea7ea9f commit c542736
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function printView(url) {
#end

#if ($gusers)
<div style="font-size: smaller; color: blue;">
<div class="badge text-bg-info fs-6">
#foreach ($user in $gusers)
#if($velocityCount > 1), #end
#set($is_user_duplicate=false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ $(document).ready(function(){
</label>
</td>
<td headers="description" width="100%"> ##mozilla does not resize table children dynamically , so set here
<span style="font-size: smaller; color: blue;">
<span class="badge text-bg-info fs-6">
#set($gusers = $!service.getSortedGroupUsers($group))
#foreach ($user in $gusers)
$formattedText.escapeHtml($user.getDisplayName())#if ($showUserId) ($formattedText.escapeHtml($user.getDisplayId())) #end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
width:100%;
background-color: var(--tool-background-color);
.row-override:nth-child(odd){
background: var(--sakai-color-gray--lighter-7);
background: var(--sakai-background-color-4);
}
.row-override{
padding: 0.5em 0 0.5em;
Expand Down

0 comments on commit c542736

Please sign in to comment.