Plugin Directory

Changeset 2296889


Ignore:
Timestamp:
05/03/2020 01:11:06 AM (6 years ago)
Author:
azexo
Message:

shopify

Location:
page-builder-by-azexo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • page-builder-by-azexo/trunk/css/frontend.css

    r2296510 r2296889  
    1515  box-sizing: border-box;
    1616}
    17 img[srcset=""][src=""],
    18 img:not([srcset])[src=""],
    19 img[srcset=""]:not([src]),
    20 img:not([srcset]):not([src]) {
     17.az-image img[src=""],
     18.az-image img:not([src]) {
    2119  display: none;
    2220}
  • page-builder-by-azexo/trunk/less/frontend.less

    r2296512 r2296889  
    390390    img {
    391391        box-sizing: border-box;
    392     }
    393 }
    394 
    395 img {
    396     &[srcset=""], &:not([srcset]) {
    397392        &[src=""], &:not([src]) {
    398393           display:none;
     
    400395    }
    401396}
    402 
    403 
    404397
    405398.az-button {
Note: See TracChangeset for help on using the changeset viewer.