diff options
| author | Patrick H. Lauke <[email protected]> | 2021-01-10 14:50:29 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-13 11:03:32 +0200 |
| commit | e7cbb59d536d9be4fa773f852be25378b542741a (patch) | |
| tree | f74e94536276cd986380cf6ded523093e2e716f6 | |
| parent | dfe4810199f172e855dab7880c790b294aa50ee8 (diff) | |
| download | bootstrap-e7cbb59d536d9be4fa773f852be25378b542741a.tar.xz bootstrap-e7cbb59d536d9be4fa773f852be25378b542741a.zip | |
Consistently use outline:0 rather than outline:none
Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly)
| -rw-r--r-- | scss/_custom-forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 4afc08087..06725ff36 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -390,7 +390,7 @@ appearance: none; &:focus { - outline: none; + outline: 0; // Pseudo-elements must be split across multiple rulesets to have an effect. // No box-shadow() mixin for focus accessibility. |
