Labels |
Added:
?
|
Status | New | ⇒ | Confirmed |
Build | staging | ⇒ | 4.0-dev |
Category | ⇒ | Layout Templates (site) |
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
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-31 12:23:17 |
Closed_By | ⇒ | brianteeman |
Issue confirmed.
System information
4.0.0-dev
Sample Data
macOS Sierra, 10.12.6
Firefox 57 (64-bit)
MAMP 4.2
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19219.