diff options
| author | XhmikosR <[email protected]> | 2020-08-04 19:24:33 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-04 19:24:33 +0300 |
| commit | 89dc9750ec029a1479cba87f27ab936df6edb681 (patch) | |
| tree | 81a068c1d45a2c8e3d1d562b55d55c9bb1b91c04 /dist/css/bootstrap-reboot.css | |
| parent | e0f89dc90b8c5ded70f64e191548b3ee591062b9 (diff) | |
| download | bootstrap-4.5.1.tar.xz bootstrap-4.5.1.zip | |
Prepare v4.5.1. (#31408)v4.5.1
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
| -rw-r--r-- | dist/css/bootstrap-reboot.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index aa9fd2bea..cc5cd2a1e 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,8 +1,8 @@ /*! - * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/) + * Bootstrap Reboot v4.5.1 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * 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) */ *, @@ -133,12 +133,12 @@ a:hover { text-decoration: underline; } -a:not([href]) { +a:not([href]):not([class]) { color: inherit; text-decoration: none; } -a:not([href]):hover { +a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } |
