Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 5cbd1ad

Browse files
committed
Merge branch 'balajidharma-patch-1'
2 parents 9215175 + 53e4ff9 commit 5cbd1ad

File tree

7 files changed

+28
-34
lines changed

7 files changed

+28
-34
lines changed

dist/css/bootstrap.offcanvas.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
z-index: 999;
1919
overflow: scroll;
2020
-webkit-overflow-scrolling: touch;
21-
-webkit-transition: all 0.15s ease-in;
22-
transition: all 0.15s ease-in; }
21+
transition: all 0.15s ease-in; }
2322
.navbar-offcanvas.in {
2423
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
2524
.navbar-offcanvas.navbar-offcanvas-fade {
@@ -40,24 +39,22 @@
4039
.navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
4140
left: auto;
4241
right: 0; }
43-
.navbar-offcanvas .dropdown.active .caret {
42+
.navbar-offcanvas .dropdown.open .caret {
4443
border-top: 0;
4544
border-bottom: 4px solid; }
4645
.navbar-offcanvas .dropdown-menu {
4746
position: relative;
4847
width: 100%;
4948
border: inherit;
5049
box-shadow: none;
51-
-webkit-transition: height 0.15s ease-in;
52-
transition: height 0.15s ease-in; }
50+
transition: height 0.15s ease-in; }
5351
.navbar-offcanvas .dropdown-menu.shown {
5452
display: block;
5553
margin-bottom: 10px; } }
5654

5755
.offcanvas-toggle .icon-bar {
5856
background: #000;
59-
-webkit-transition: all .25s ease-in-out;
60-
transition: all .25s ease-in-out; }
57+
transition: all .25s ease-in-out; }
6158

6259
.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
6360
-webkit-transform: rotate(45deg) translate(5px, 4px);

dist/css/bootstrap.offcanvas.min.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.

dist/js/bootstrap.offcanvas.js

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

0 commit comments

Comments
 (0)