Skip to content

Commit

Permalink
Merge branch 'release/3.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thejuse committed Mar 17, 2020
2 parents 0dacfbe + fd88ca1 commit 9751892
Show file tree
Hide file tree
Showing 96 changed files with 847 additions and 498 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.2.3] - 2020-03-17
### Updated
- Bootstrap

## [3.2.2] - 2019-08-31
### Updated
- jQuery
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ You need an Less Compiler like [Prepros](https://prepros.io/) or [CodeKit](https
* Bootstrap & jQuery

## Licence
Copyright (c) 2017-2019 [Julian Seidl](https://www.jseidl.at)
Copyright (c) 2017-2020 [Julian Seidl](https://www.jseidl.at)
Licensed under the [GNU 3.0](LICENCE)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
* Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down Expand Up @@ -33,7 +33,7 @@ body {
background-color: #fff;
}

[tabindex="-1"]:focus {
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}

Expand Down Expand Up @@ -133,20 +133,16 @@ a:hover {
text-decoration: underline;
}

a:not([href]):not([tabindex]) {
a:not([href]) {
color: inherit;
text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
a:not([href]):hover {
color: inherit;
text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
outline: 0;
}

pre,
code,
kbd,
Expand Down
Loading

0 comments on commit 9751892

Please sign in to comment.