diff options
| author | XhmikosR <[email protected]> | 2021-02-10 18:14:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-10 18:14:51 +0200 |
| commit | e50c11b8c6434b6d68ea5897771e4d35fe12f5c3 (patch) | |
| tree | bb52939845662ce21d01c370092a12fbb0875fb4 /dist/css/bootstrap-reboot.css | |
| parent | 2bb42a9176e7ea361aa1ab0050da5be6a5cb56ea (diff) | |
| download | bootstrap-e50c11b8c6434b6d68ea5897771e4d35fe12f5c3.tar.xz bootstrap-e50c11b8c6434b6d68ea5897771e4d35fe12f5c3.zip | |
Release v5.0.0-beta2 (#32467)v5.0.0-beta2
* Bump version to 5.0.0-beta2
* Dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
| -rw-r--r-- | dist/css/bootstrap-reboot.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 80f16865f..bd99f365e 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,7 +1,7 @@ /*! - * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/) - * Copyright 2011-2020 The Bootstrap Authors - * Copyright 2011-2020 Twitter, Inc. + * Bootstrap Reboot v5.0.0-beta2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */ @@ -282,9 +282,8 @@ button { border-radius: 0; } -button:focus { - outline: dotted 1px; - outline: -webkit-focus-ring-color auto 5px; +button:focus:not(:focus-visible) { + outline: 0; } input, |
