Skip to content

Commit 9031d74

Browse files
author
Magda
committed
Update to 6.5.1
1 parent 5a9a80e commit 9031d74

File tree

15 files changed

+44
-15
lines changed

15 files changed

+44
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ __________
5858

5959
# Version
6060

61-
- MDBVue 6.5.0
61+
- MDBVue 6.5.1
6262
- Vue 2.6.11
6363

6464
# Quick start

lib/components/mdbDatatable/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/components/mdbInput/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/components/mdbScrollbar/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/css/mdb.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mdbvue.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/scss/core/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $custom-mdb-file-text : (
5151
in : "Pilih",
5252
zh : "選擇",
5353
de : "Wählen",
54-
ru : "выбирать"
54+
ru : "Выбрать"
5555
) !default;
5656

5757
// Reponsive Headings

lib/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-

lib/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+
}

0 commit comments

Comments
 (0)