User tests: Successful: Unsuccessful:
Use double colon for pseudo elements
Code review
Status | New | ⇒ | Pending |
Category | ⇒ | Repository NPM Change |
it is actually optional for this pseudo element but I am happy to blame @dgrammatiko
Title |
|
@brianteeman Still optional but better to distinguish between a pseudo element and pseudo class. You also never know if browsers will drop single colons for pseudo elements in the future.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Labels |
Added:
NPM Resource Changed
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-02 10:45:11 |
Closed_By | ⇒ | wilsonge |
Thanks!
I have tested this item
Just tested this on a fresh install with Composer and NPM, and I got this error in the Terminal:
The selector ".fa-dot-circle::before" was not found.
Use "@extend .fa-dot-circle::before !optional" if the extend should be able to fail.
on line 22 of build/media_source/system/scss/_icomoon.scss
>> @extend .#{$fa-css-prefix}-dot-circle::before;
compile-css could not proceed.<hr /><sub>This comment was created with the <a href="https://github.com/joomla/jissues">J!Tracker Application</a> at <a href="https://issues.joomla.org/tracker/joomla-cms/26088">issues.joomla.org/tracker/joomla-cms/26088</a>.</sub>
I should be blamed for this...