[4.0] Remove duplicate scss lines for form stylings#33834
[4.0] Remove duplicate scss lines for form stylings#33834eyvazahmadzada wants to merge 2 commits intojoomla:4.0-devfrom
Conversation
|
I have tested this item ✅ successfully on 9753763 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33834. |
|
I have tested this item ✅ successfully on 9753763 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33834. |
|
Thank you @eyvazahmadzada for your contribution. You need to check the classes before removing the duplicates: if a class is a Bootstrap class (e.g. |
Yes, you're right, that makes more sense. I've made a new commit to place stylings in their appropriate file. |
|
I have tested this item ✅ successfully on e84d2d9 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33834. |
Pull Request for Issue #33829 .
Intro
Hello, I'm one of the applicants for GSoC 2021 for the Media Manager project and I'm glad to start contributing to Joomla by creating a pull request for this small issue.
Summary of Changes
Removed stylings from line 78-108 in /administrator/templates/atum/scss/blocks/_form.scss
Testing Instructions
Go to any page that contains a form (for example Administrator > Articles > New > Images and Links) and everything will work normally.
Actual result BEFORE applying this Pull Request
Duplicate scss code in /administrator/templates/atum/scss/vendor/bootstrap/_form.scss (from line 18-48) and in /administrator/templates/atum/scss/blocks/_form.scss (from line 78-108)
Expected result AFTER applying this Pull Request
No duplicate stylings
Documentation Changes Required