Closed (works as designed)
Project:
Glisseo
Version:
8.x-1.0-alpha16
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2020 at 15:17 UTC
Updated:
22 Oct 2020 at 09:33 UTC
Jump to comment: Most recent
Comments
Comment #2
niklanHello!
You can manually alter it, remove it or do whatever you want. This is focus element!
You can find it here: /assets/scss/04-elements/_focus.scss
If you don't want it, just remove box-shadow from the element, or set it to none. But, consider to have some focus visual representation for your users. This file also contains link to the explanation why it's crucial and must be set, but you can feel free to remove it with no consequences.
If you want this focus style for other elements but not links, you can add the following styles:
If you have any questions, feel free to ask. The current focus representation is aligned with Drupal's core Claro theme.
Comment #3
hs@henrikstrindberg.se commentedThanks, very good!