localgovdrupal / localgov_skeleton

⛔️ DEPRECATED (Bare base theme for LocaGov Drupal sites with no styling.)
GNU General Public License v2.0
0 stars 3 forks source link

Heavy inset black border #8

Closed tanc closed 3 years ago

tanc commented 3 years ago

There is a heavy inset black border added that isn't in the GDS styles

Skeleton:

image

GDS: image

tanc commented 3 years ago

This code is adding it:

    -webkit-box-shadow: inset 0 0 0 0.2em;
    box-shadow: inset 0 0 0 0.2em;

Within the focus styles. Is it needed for any reason @ekes ?

tanc commented 3 years ago

Turns out I was looking at the old version of the GDS styles, whereas the new one does have the heavy inset border. Closing this issue.

New version example: https://design-system.service.gov.uk/components/text-input/