Skip to content
  • Alexander Larsson's avatar
    css: Clip outset box-shadow to outside of box · c91e706e
    Alexander Larsson authored
    As per css3-background 7.2. Drop Shadows: the ‘box-shadow’ property:
    
      An outer box-shadow casts a shadow as if the border-box of the element
      were opaque. The shadow is drawn outside the border edge only: it
      is clipped inside the border-box of the element.
    
    Also verified vs firefox behaviour.
    c91e706e