Skip to content

Commit 57ffee3

Browse files
author
unknown
committed
4.25.3
1 parent 80b5ff2 commit 57ffee3

File tree

14 files changed

+22629
-290
lines changed

14 files changed

+22629
-290
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"html": false
7373
}
7474
],
75-
"curly": "warn",
75+
"curly": "warn"
7676
}
7777
}

.huskyrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"hooks": {
3-
"pre-commit": ""
3+
"pre-commit": "lint-staged"
44
}
55
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ All fully responsive. All compatible with different browsers.
5858

5959
# Version:
6060

61-
- MDBReact 4.25.2
61+
- MDBReact 4.25.3
6262
- React 16.12.0
6363

6464
# Quick start

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Material Design for Bootstrap
22

3-
Version: MDB React 4.25.2
3+
Version: MDB React Pro 4.25.3
44

55
Documentation:
66
https://mdbootstrap.com/docs/react/

dist/css/mdb.css

Lines changed: 9738 additions & 5 deletions
Large diffs are not rendered by default.

dist/mdbreact.esm.js

Lines changed: 6402 additions & 1 deletion
Large diffs are not rendered by default.

dist/mdbreact.js

Lines changed: 6399 additions & 1 deletion
Large diffs are not rendered by default.

dist/scss/free/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
@include make-gradient-button($name, $val);
9595
}
9696

97+
.btn-warning:focus,
9798
.btn-warning:not(:disabled):not(.disabled).active,
9899
.btn-warning:not(:disabled):not(.disabled):active,
99100
.show > .btn-warning.dropdown-toggle {
100101
color: $white-base;
101102
}
102-

dist/scss/free/_dropdowns.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,19 @@
88
}
99
}
1010
}
11+
12+
.dropdown-submenu {
13+
position: relative;
14+
15+
& >.dropdown-menu {
16+
top: 0;
17+
left: 100%;
18+
margin-top: -6px;
19+
margin-left: 1px;
20+
border-radius: 0 6px 6px 6px;
21+
}
22+
23+
&:hover>.dropdown-menu {
24+
display: block;
25+
}
26+
}

dist/scss/free/_forms.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
input[type="tel"]:not(.browser-default),
1616
input[type="number"]:not(.browser-default),
1717
input[type="search"]:not(.browser-default),
18+
input[type="phone"]:not(.browser-default),
1819
input[type="search-md"],
1920
textarea.md-textarea {
2021

0 commit comments

Comments
 (0)