-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Open
Labels
Description
Prerequisites
- I have searched for duplicate or closed issues
- I have validated any HTML to avoid common problems
- I have read the contributing guidelines
Describe the issue
v5 throws a deprecation warning on latest MOZ
::-moz-focus-inner {
padding: 0;
border-style: none
}
I used
:focus-visible{padding:0;border-style:none}
instead, which seems to fix it.
Reduced test cases
:focus-visible{padding:0;border-style:none}
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Firefox
What version of Bootstrap are you using?
v5.3.8