Skip to content

Commit

Permalink
Release: 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbujanski committed Sep 25, 2023
1 parent ab9df6e commit af9014d
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.txt
@@ -1,5 +1,5 @@
MDB5
Version: FREE 6.4.1
Version: FREE 6.4.2

Documentation:
https://mdbootstrap.com/docs/standard/
Expand Down
6 changes: 3 additions & 3 deletions css/mdb.dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.dark.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/mdb.dark.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.dark.rtl.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions css/mdb.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/mdb.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.rtl.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/mdb.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/mdb.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mdb-ui-kit",
"version": "6.4.1",
"version": "6.4.2",
"main": "js/mdb.min.js",
"homepage": "https://mdbootstrap.com/docs/standard/",
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
Expand Down
3 changes: 3 additions & 0 deletions src/scss/free/_buttons.scss
Expand Up @@ -434,6 +434,9 @@
border-radius: var(--#{$prefix}btn-border-radius);
padding: 0;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
}

.btn-floating {
Expand Down
4 changes: 3 additions & 1 deletion src/scss/free/_reboot.scss
Expand Up @@ -62,5 +62,7 @@ hr.vr {
// Links

a {
text-decoration: none;
--#{$prefix}link-decoration: #{$link-decoration};

text-decoration: var(--#{$prefix}link-decoration);
}

0 comments on commit af9014d

Please sign in to comment.