Please activate JavaScript in your browser.
NPM Resource Changed
?
?
Pending
User tests:
Successful:
Unsuccessful:
Summary of Changes
Since the <legend>
added to the switch field type is set to use visually-hidden
class, with the self explanatory function, all the additional styling is redundant, hence we clean it up.
Pull Request for Issue #32367 (comment) .
Testing Instructions
Simplest way to test:
go to System
- Site Template Styles
- Cassiopeia
go to Advanced
tab and inspect the <legend>
element of the setting called Layout
the .switcher__legend
class should have no style before merging the #32367 into the 4.0 branch
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
No visual or functional change is expected since the target element uses the .visually-hidden
class
Documentation Changes Required
No
thednp
-
open
-
10 Feb 2021
joomla-cms-bot
-
change
-
10 Feb 2021
Category
⇒
Administration
Templates (admin)
NPM Change
The description was changed
Title
Differences
…
Update _form.scss
[4.0] Update _form.scss
Labels
Added:
NPM Resource Changed
?
joomla-cms-bot
-
change
-
10 Feb 2021
Category
Administration
Templates (admin)
NPM Change
⇒
Administration
Templates (admin)
NPM Change
Layout
Title
Differences
…
[4.0] Update _form.scss
[4.0] Updated switcher.php layout and its corresponding _form.scss
joomla-cms-bot
-
change
-
10 Feb 2021
Category
Administration
Templates (admin)
NPM Change
Layout
⇒
Administration
Templates (admin)
NPM Change
Repository
Layout
Title
Differences
…
[4.0] Updated switcher.php layout and its corresponding _form.scss
[4.0] Updated switcher.php layout and its corresponding scss file s
Quy
-
test_item
-
10 Feb 2021
-
Tested successfully
infograf768
-
test_item
-
11 Feb 2021
-
Tested successfully
infograf768
-
change
-
11 Feb 2021
Status
Pending
⇒
Ready to Commit
infograf768
-
close
-
11 Feb 2021
infograf768
-
merge
-
11 Feb 2021
infograf768
-
change
-
11 Feb 2021
Status
Ready to Commit
⇒
Fixed in Code Base
Closed_Date
0000-00-00 00:00:00
⇒
2021-02-11 07:21:45
Closed_By
⇒
infograf768
Labels
Added:
?
Add a Comment
Login with GitHub to post a comment
If you are removing the classes from the template css then you should also remove the reference to them in the php markup.
For reference the class was not invented for fun as it did serve a purpose when the code was originally committed by me at #24463.
The code was made useless by changes in #27684 which was when it should have been removed