#610 Bug-fix - Missing background-color added to style. #611
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!611
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#610-reset-modal-background-not-displaying"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added missing background-color parameter to DangerModal.module.css.
Review on #611
What has been Done.
Reviewed code and tested so that DangerModal is displayed correctly.
Tested On Windows using Google Chrome.
Inspected the following file "DangerModal.module.css.
What Needs to be done.
Conclusion
The issue is technically fixed and can be merged but there are problems with the code standard based on our conventions stated here.
I'm going to dispute part of this review, as the ONLY thing that was changed, was literally the addition of one single line of code. Which means the second and third point are beyond the scope of this pull request. (Refactoring would be a separate issue entirely)
In regards to the first point, RGBA is generally recommended for transparencies, as they are easier to understand and adjust. Hex codes are best used for solid colors.
@f21marfo wrote in #611 (comment):
Fair, i agree, which is why i have brough the issue with the conventions to the coordinator and leader since when checking for this i also looked at other css files and they all have these issues which is a problem since these should be hard "rules" we follow to make sure that our css files have a clear standard.
And for that second part about RGBA i believe that should be added to the wiki as well because as it stands in our wiki only hex codes should be used.
Ill change this to HEX and update the commit to go along with our convention.
Review was sufficient, this will be merged right away.