mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 10:28:26 -04:00
16 lines
279 B
SCSS
16 lines
279 B
SCSS
@use 'uswds-core' as *;
|
|
|
|
iframe:focus,
|
|
[href]:focus,
|
|
[tabindex]:focus,
|
|
[contentEditable='true']:focus,
|
|
button:not([disabled]):focus {
|
|
outline: units(2px) solid color('blue-40v');
|
|
outline-offset: 0.3rem;
|
|
}
|
|
|
|
.show-more-no-border:focus,
|
|
.show-more:focus {
|
|
box-shadow: none;
|
|
}
|