Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit fbc873c

Browse files
committed
feat(datepickerPopup): split off popup from datepicker
- Split off datepicker popup into new datepickerPopup module BREAKING CHANGE: The datepicker popup is no longer a part of the datepicker module, but now a part of the datepickerPopup module. Please change code accordingly if including specific modules Closes #5676
1 parent ad91c82 commit fbc873c

File tree

13 files changed

+2396
-2146
lines changed

13 files changed

+2396
-2146
lines changed

src/datepicker/datepicker.css

-10
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
min-width: 100%;
77
}
88

9-
.uib-datepicker-popup.dropdown-menu {
10-
display: block;
11-
float: none;
12-
margin: 0;
13-
}
14-
15-
.uib-button-bar {
16-
padding: 10px 9px 2px;
17-
}
18-
199
.uib-left, .uib-right {
2010
width: 100%
2111
}

0 commit comments

Comments
 (0)