?
avatar PhilETaylor
PhilETaylor
29 Dec 2017

Steps to reproduce the issue

4.0-dev
screen shot 2017-12-29 at 18 01 15

avatar PhilETaylor PhilETaylor - open - 29 Dec 2017
avatar joomla-cms-bot joomla-cms-bot - change - 29 Dec 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Dec 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 29 Dec 2017
Status New Confirmed
Build staging 4.0-dev
avatar franz-wohlkoenig franz-wohlkoenig - change - 29 Dec 2017
Category Layout Templates (site)
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 29 Dec 2017

Issue confirmed.

bildschirmfoto 2017-12-29 um 19 10 07

System information

4.0.0-dev
Sample Data
macOS Sierra, 10.12.6
Firefox 57 (64-bit)

MAMP 4.2

  • Apache-Server
  • PHP 7.0.22
  • MySQLi 5.6.35

This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19219.
avatar C-Lodder
C-Lodder - comment - 29 Dec 2017

Reason is because the postcss task isn't prefixing the appearance attribute for Cassiopeia.

Should be:

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

but instead it's only compiling to:

.custom-select {
  appearance: none;
}

working fine on the backend template

@ciar4n you know anything about this? Can't seem to see anything out the ordinary

avatar C-Lodder
C-Lodder - comment - 31 Dec 2017

PR: #19243

avatar brianteeman brianteeman - change - 31 Dec 2017
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2017-12-31 12:23:17
Closed_By brianteeman
avatar brianteeman brianteeman - close - 31 Dec 2017

Add a Comment

Login with GitHub to post a comment