1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 11:52:51 +01:00

Docs: Drop unused .focused style (#38087)

This commit is contained in:
Julien Déramond 2023-02-25 18:18:04 +01:00 committed by GitHub
parent 51299bf4e1
commit 6b4b77e320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,8 +404,3 @@
@include border-top-radius(calc(var(--bs-border-radius) + 1px));
}
}
.focused {
outline: 0;
box-shadow: var(--#{$variable-prefix}focus-ring-offset), var(--#{$variable-prefix}focus-ring-x, 0) var(--#{$variable-prefix}focus-ring-y, 0) var(--#{$variable-prefix}focus-ring-blur) var(--#{$variable-prefix}focus-ring-width) var(--#{$variable-prefix}focus-ring-color);
}