-
-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAK-50968 Avoiding the use of CSS utility classes within webcomponents #13351
base: master
Are you sure you want to change the base?
Conversation
:) |
library/src/skins/default/src/sass/webcomponents/sakai-notifications/_sakai-notifications.scss
Outdated
Show resolved
Hide resolved
library/src/skins/default/src/sass/webcomponents/sakai-notifications/_sakai-notifications.scss
Outdated
Show resolved
Hide resolved
71e92f8
to
6303796
Compare
… to extend utility classes
@@ -49,7 +49,7 @@ export class SakaiRubricStudentComment extends RubricsElement { | |||
|
|||
<div class="rubric-comment-dropdown dropdown-menu"> | |||
<div class="m-2 rubric-comment-body"> | |||
<div class="fw-bold rubric-criterion-comment-title">${this.tr("comment_for_criterion", [ this.criterion.title ])}</div> | |||
<div class="rubric-criterion-comment-title">${this.tr("comment_for_criterion", [ this.criterion.title ])}</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought you were doing this task component by component? if you do them all like this QA will run a mile :) Too much to test at one time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't worry, I'll discuss it later in the Core Team call as well. You can count on the QA of all this by the Spanish institutions, we are very interested in having Sakai 25 to be able to migrate this summer.
I have to do a last review, but I think that all the changes that imply something for the corporate image are already in place.
It worries me a little that Codacy marks me as error those lines, since I am testing it and it works, it is a false positive, I think.
Update the webcomponents so that they can be customised for the corporate image of each of the institutions using Sakai.
Still a work in progress, I'll try to make a different commit for every single webcomponent should be updated.