Skip to content

Commit

Permalink
Merge pull request #171 from aopell/develop
Browse files Browse the repository at this point in the history
Version 5.7
  • Loading branch information
aopell authored Dec 12, 2019
2 parents 4257d0f + a4cf9d6 commit 1ea6395
Show file tree
Hide file tree
Showing 15 changed files with 231 additions and 152 deletions.
20 changes: 17 additions & 3 deletions css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,19 @@
border-color: var(--border-color) !important;
}

/* Drop down menus (grades and user menu) */
/* Drop down menus (grades, applications, and user menu) */

.Header-header-drop-menu-3SaYV {
background-color: var(--hover-color) !important;
}

a.Header-header-drop-menu-3SaYV:hover {
a.Header-header-drop-menu-3SaYV:hover,
.Header-header-drop-menu-3SaYV li a:hover {
background-color: var(--background-color) !important;
}

.Header-header-drop-menu-item-3d3IZ {
[class*="Header-header-drop-menu-item-"],
[class*="Header-header-drop-menu-"] li a * {
color: white !important;
}

Expand Down Expand Up @@ -474,4 +476,16 @@ the selector matches inside notifications in the new notifs dropdown

.popups-large {
left: calc(50vw - 300px) !important;
}

._pendo-launcher-badge_ {
visibility: var(--help-center-fab-visibility) !important;
}

.overdue-submissions-wrapper {
display: var(--overdue-assignments-display) !important;
}

.upcoming-events-wrapper {
display: var(--upcoming-assignments-display) !important;
}
8 changes: 8 additions & 0 deletions css/grades.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,12 @@ img.splus-coursegradebox-taint {

.item-row.added-fake-assignment {
background-color: lightyellow !important;
}

.splus-weighted-gradebook-indicator {
display: var(--weighted-gradebook-indicator-display) !important;
}

.injected-empty-category-expand-icon {
visibility: hidden;
}
Binary file added imgs/schoology-plus-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions imgs/schoology-plus-wide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ chrome.runtime.onMessage.addListener(
}

return finalResponse;
})().then(x => sendResponse(x));
})().then(x => sendResponse(x)).catch(err => sendResponse({success: false, error: err}));

return true;
}
Expand Down
6 changes: 3 additions & 3 deletions js/default-themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let __defaultThemes = [
"hue": 210
},
"logo": {
"preset": "schoology_logo"
"preset": "schoology_plus"
}
},
{
Expand All @@ -32,7 +32,7 @@ let __defaultThemes = [
}
},
"logo": {
"preset": "schoology_logo"
"preset": "schoology_plus"
}
},
{
Expand All @@ -42,7 +42,7 @@ let __defaultThemes = [
"hue": 150
},
"logo": {
"preset": "schoology_logo"
"preset": "schoology_plus"
},
"cursor": {
"primary": chrome.runtime.getURL("/imgs/toy-mode.png")
Expand Down
Loading

0 comments on commit 1ea6395

Please sign in to comment.