NPM Resource Changed ? Pending

User tests: Successful: Unsuccessful:

avatar Quy
Quy
20 Jul 2020

Pull Request for Issue #30018.

Summary of Changes

Override link to hide the external icon.

Testing Instructions

Apply PR
Run npm run build:css
Go to System > Extensions
Go to the Install from Web tab
Click any extension

Actual result BEFORE applying this Pull Request

screeny

Actual result AFTER

30148
applying this Pull Request

avatar Quy Quy - open - 20 Jul 2020
avatar Quy Quy - change - 20 Jul 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Jul 2020
Category Repository NPM Change
avatar infograf768
infograf768 - comment - 21 Jul 2020

Can you add a screenshot for AFTER patch please.

avatar infograf768
infograf768 - comment - 21 Jul 2020
.item-view {
    .card-body {
      a[target="_blank"]::before {
        display: none;
    }
  }

looks like is missing a }, i.e should be

  .item-view {
    .card-body {
      a[target="_blank"]::before {
        display: none;
      }
    }
  }
avatar brianteeman
brianteeman - comment - 21 Jul 2020

Doesnt this remove the functionality of notifying the user that the link opens in a new window?

avatar chmst
chmst - comment - 21 Jul 2020

my2cent:
The external link information was useful, but the other icons are not, they give no information here, as the text on the buttons is sufficient.
What do you think about removing the other icons?

avatar brianteeman
brianteeman - comment - 21 Jul 2020

Or move the link icon to the right of the text?

avatar Quy Quy - change - 21 Jul 2020
Labels Added: NPM Resource Changed ?
avatar Quy Quy - change - 21 Jul 2020
The description was changed
avatar Quy Quy - edited - 21 Jul 2020
avatar Quy Quy - change - 21 Jul 2020
Title
[4.0][com_installer] Hide link icon on buttons
[4.0][com_installer] Move icon to the right of text in button
avatar Quy Quy - edited - 21 Jul 2020
avatar infograf768
infograf768 - comment - 22 Jul 2020

LTR

Screen Shot 2020-07-22 at 08 40 14

RTL

Screen Shot 2020-07-22 at 08 38 06

avatar infograf768
infograf768 - comment - 22 Jul 2020

Note: other issues with RTL on this screen:
dd should have margin-right: 0;instead of margin-left: 0;

Some values, like the Compatible Versions should be LTR while still aligned right

therefore we should have in RTL

.col-md-8 dd {
    margin-bottom: .5rem;
    margin-right: 0;
    direction: ltr;
    text-align: right;
}

to get
Screen Shot 2020-07-22 at 09 13 09

avatar Quy Quy - change - 23 Jul 2020
The description was changed
avatar Quy Quy - edited - 23 Jul 2020
avatar infograf768
infograf768 - comment - 24 Jul 2020

May I suggest to use only one icon?

avatar chmst
chmst - comment - 28 Jul 2020

my2cent:
The external link information was useful, but the other icons are not, they give no information here, as the text on the buttons is sufficient.
What do you think about removing the other icons?

dito

avatar Quy Quy - change - 4 Sep 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-09-04 14:24:12
Closed_By Quy
avatar Quy Quy - close - 4 Sep 2020

Add a Comment

Login with GitHub to post a comment