User tests: Successful: Unsuccessful:
The aim of this PR is to make the selects created with choices have the same styling as the selects without
the border color is defined twice as $input-border defines the color and then it is defined again by border-color
The first one in the variable is the correct one to use as it makes the choices select have the same color border as everything else.
Uses the standard variable for the border radius
Choices uses placeholder text which is gray and regular select uses $custom-select-color;
Adds the arrows
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Labels |
Added:
?
|
Priority | Medium | ⇒ | Very low |
Easy | No | ⇒ | Yes |
I have tested this item
I've tested this path in Articles and Categories view but no change.
I've used Firefox 74 and Chromium 80.
As this PR required a rebuild of the css you need to either run npm ci on your system or test by downloading and installing the packages from https://ci.joomla.org:444/artifacts/joomla/joomla-cms/4.0-dev/28461/downloads/30641
Ah! OK, sorry about that, I will test again as soon as possible.
As this PR required a rebuild of the css you need to either run npm ci on your system or test by downloading and installing the packages from https://ci.joomla.org:444/artifacts/joomla/joomla-cms/4.0-dev/28461/downloads/30641
I have now installed patch package at
https://ci.joomla.org:444/artifacts/joomla/joomla-cms/4.0-dev/28461/downloads/30641/
Notice Your site has been updated. Your Joomla version is now 4.0.0-beta1-dev+pr.28461.
I have tested the site in Chrome and Firefox.
In Chrome the controls look fine.
However, in Firefox the borders appear correctly but the size of the controls is not the same. - See attached file
closing while i update
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-04-04 20:37:23 |
Closed_By | ⇒ | brianteeman |
The CSS already exists to add the dropdown icon for [data-type="select-one"]
. I assume we can extend this to include the searchtools data-type (select-multiple).
joomla-cms/administrator/templates/atum/scss/vendor/choicesjs/choices.scss
Lines 102 to 111 in 4617ce9
I have tested this item? unsuccessfully on be31df1
I am afraid the patch did not work for me.
I checked the effect of the patch on the Filter Options of the Article list
administrator/index.php?option=com_content&view=articles
The style of the non-active filters did not changed when I applied the patch. I tested on Firefox & Chrome.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28461.