mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Docs: Drop unused .focused
style (#38087)
This commit is contained in:
parent
51299bf4e1
commit
6b4b77e320
@ -404,8 +404,3 @@
|
|||||||
@include border-top-radius(calc(var(--bs-border-radius) + 1px));
|
@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);
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user