Skip to content

Commit

Permalink
Merge pull request #219 from aopell/develop
Browse files Browse the repository at this point in the history
Version 6.6 - Take Two
  • Loading branch information
aopell authored Oct 19, 2020
2 parents 0303296 + 161e93a commit 2f4ff4e
Show file tree
Hide file tree
Showing 11 changed files with 1,201 additions and 263 deletions.
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## What I Changed
> *Please enter a thorough and detailed description of *everything* you changed in this pull request.*
ENTER TEXT HERE

## Screenshots of Changes
> *Please include screenshots of each change you made either in this section or in the What I Changed section above.
> Screenshots are required as we need to have a visual indication of what you did.*
ENTER SCREENSHOTS HERE

## Issues Closed By This Pull Request
> *Please mention all issues this pull request addresses or closes.
> If the issue is a GitHub issue, please reference it using the #9999 syntax.
> If the issue is a Bug Bot issue, please reference it using it's shortcode, like DARK-9999 or BUG-9999.
> Not all changes will necessarily have an issue ticket associated with them, but if they do you must mention it here*
ENTER ISSUES HERE
22 changes: 21 additions & 1 deletion css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ the selector matches inside notifications in the new notifs dropdown
.popups-body li .user-item .grade-data {
font-size: 11px;
color: #3aa406;
display: block;
}

#popups-overlay {
Expand Down Expand Up @@ -708,4 +707,25 @@ a._3_bfp {
vertical-align: middle;
float: left;
margin-right: 10px;
}

.iziToast-body>img.iziToast-icon {
max-width: 24px !important;
display: block !important;
}

.splus-mark-completed-check .splus-assignment-complete .infotip a[href]::after {
content: "✔" !important;
float: right !important;
color: green !important;
font-size: 150% !important;
display: block !important;
}

.splus-mark-completed-strikethrough .splus-assignment-complete .infotip a[href] {
text-decoration: line-through !important;
}

.splus-mark-completed-hide .splus-assignment-complete {
display: none !important;
}
Loading

0 comments on commit 2f4ff4e

Please sign in to comment.