feat: Change active state for table
Use box-shadow on pseudo-element to compensate for replaced elements like img, canvas, video, object or iframe.
This commit is contained in:
parent
848754c615
commit
80a0deedd5
2 changed files with 20 additions and 2 deletions
|
|
@ -210,6 +210,7 @@ $border_io_dotted: $width_border_io dotted $color_border_io;
|
|||
|
||||
$shadow_basic: inset 0 1px 3px rgba($color_darkest, 0.06);
|
||||
$shadow_focus: $shadow_basic, 0 0 5px color.adjust($color_action_basic, $lightness: -5%, $alpha: -0.3);
|
||||
$overlay_focus: inset 0 0 9999px color.adjust($color_action_basic, $lightness: -5%, $alpha: -0.5);
|
||||
|
||||
|
||||
// ANIMATIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue