Skip to content

Commit

Permalink
Fix arrow position for teacher feedback display
Browse files Browse the repository at this point in the history
  • Loading branch information
breity committed Oct 20, 2023
1 parent 47fec7c commit 1ba5b9a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 23 deletions.
8 changes: 1 addition & 7 deletions src/assets/wise5/themes/default/style/angular-material.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Default Angular Material styles
// TODO: figure out how to reference latest jspm package without needing full path/version number
@import "../../../../../../node_modules/angular-material/angular-material.scss";
// @import "../../../../../../node_modules/angular-material/angular-material.scss";

// Angular Material customizations
@import "material/custom";
Expand Down
2 changes: 1 addition & 1 deletion src/assets/wise5/themes/default/style/author.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/wise5/themes/default/style/author.css.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/assets/wise5/themes/default/style/material/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ mat-icon {
}

md-toolbar {
min-height: $baseline-grid * 6.5;

.md-menu {
padding-top: 0;
padding-bottom: 0;
Expand All @@ -84,10 +82,6 @@ md-toolbar {
.md-button {
align-self: flex-start;
}

h1, h2, h3 {
padding: $baseline-grid 0;
}
}

md-card[md-ink-ripple], md-card-content[md-ink-ripple] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
position: absolute;
width: 0;
height: 0;
left: -16px;
left: -15px;
right: auto;
top: 0px;
top: -1px;
bottom: auto;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/wise5/themes/default/style/monitor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/wise5/themes/default/style/monitor.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/wise5/themes/default/style/vle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/wise5/themes/default/style/vle.css.map

Large diffs are not rendered by default.

0 comments on commit 1ba5b9a

Please sign in to comment.