Skip to content

Commit

Permalink
MDL-84002 mod_assign: consistently style attempt expand/collapse icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulholden committed Jan 13, 2025
1 parent a843eab commit 0c428e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mod/assign/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,11 @@
}

.path-mod-assign.jsenabled .mod-assign-history-link {
background: none 2px 2px / 16px 16px no-repeat;
display: block;
cursor: pointer;
margin-bottom: 7px;
padding-left: 20px;
}

.path-mod-assign.jsenabled .mod-assign-history-link h4 {
Expand All @@ -246,13 +248,11 @@
}

.path-mod-assign.jsenabled .mod-assign-history-link-open {
padding: 0 5px 0 20px;
background: url([[pix:t/expanded]]) 2px center no-repeat;
background-image: url([[pix:t/expanded]]);
}

.path-mod-assign.jsenabled .mod-assign-history-link-closed {
padding: 0 5px 0 20px;
background: url([[pix:t/collapsed]]) 2px center no-repeat;
background-image: url([[pix:t/collapsed]]);
}

/*rtl:raw:
Expand Down

0 comments on commit 0c428e8

Please sign in to comment.