? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
23 Mar 2019

The style for the legend class used in global configuration and extensions-install is the same as the field labels so it doesnt stand out.

Changing the $normal-weight to $bold-weight fixes that

###Testing
Requires npm i

Before

image

After

image

avatar brianteeman brianteeman - open - 23 Mar 2019
avatar brianteeman brianteeman - change - 23 Mar 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 23 Mar 2019
Category Administration Templates (admin)
avatar Quy
Quy - comment - 23 Mar 2019

I have tested this item successfully on 59fc652


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24322.

avatar Quy Quy - test_item - 23 Mar 2019 - Tested successfully
avatar ciar4n
ciar4n - comment - 23 Mar 2019

As you are reverting #23927, you can remove the font-weight rather than changing it.

avatar brianteeman
brianteeman - comment - 23 Mar 2019

@ciar4n will do. Your pr shouldnt have been merged (not your fault) - it was too generic

avatar brianteeman brianteeman - change - 23 Mar 2019
Labels Added: ?
avatar ciar4n
ciar4n - comment - 24 Mar 2019

If #23927 is still required you can move the font weight and size inside a .control-group legend selector.

.control-group legend {
  font-size: 1rem;
  font-weight: $normal-weight;
}

If not then leave as it.

avatar brianteeman
brianteeman - comment - 24 Mar 2019

Thanks for the tip - its not needed yet as the switcher code hasnt been changed yet

avatar Quy
Quy - comment - 29 Mar 2019

I have tested this item successfully on 3bc743d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24322.

avatar Quy
Quy - comment - 29 Mar 2019

I have tested this item successfully on 3bc743d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24322.

avatar Quy Quy - test_item - 29 Mar 2019 - Tested successfully
avatar brianteeman
brianteeman - comment - 21 Apr 2019

@wilsonge can this get merged please - its a simple revert

avatar HLeithner HLeithner - change - 22 Apr 2019
Labels Removed: J4 Issue
avatar wilsonge
wilsonge - comment - 23 Apr 2019

What's going on with the originally proposed code in #23888 because originally this was done for that.

avatar wilsonge wilsonge - change - 23 Apr 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-04-23 09:19:48
Closed_By wilsonge
avatar wilsonge wilsonge - close - 23 Apr 2019
avatar wilsonge wilsonge - change - 23 Apr 2019
Status Closed New
Closed_Date 2019-04-23 09:19:48
Closed_By wilsonge
avatar wilsonge wilsonge - change - 23 Apr 2019
Status New Pending
avatar wilsonge wilsonge - reopen - 23 Apr 2019
avatar brianteeman
brianteeman - comment - 23 Apr 2019

That was jumping the gun. Current work is in #24463

avatar wilsonge wilsonge - close - 23 Apr 2019
avatar wilsonge wilsonge - merge - 23 Apr 2019
avatar wilsonge wilsonge - change - 23 Apr 2019
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-04-23 10:10:01
Closed_By wilsonge
avatar brianteeman
brianteeman - comment - 23 Apr 2019

thanks

avatar wilsonge
wilsonge - comment - 23 Apr 2019

Makes sense. Thanks!

Add a Comment

Login with GitHub to post a comment