Skip to content

Commit 2e9e8b3

Browse files
committed
Minor aesthetic amend to datepicker prev/next
1 parent 4424e19 commit 2e9e8b3

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,9 +971,10 @@ input.ui-button.ui-icon-notext .ui-icon {
971971
.ui-datepicker .ui-datepicker-prev,
972972
.ui-datepicker .ui-datepicker-next {
973973
position: absolute;
974-
top: 0.2em;
974+
top: 50%;
975975
width: 1.8em;
976976
height: 1.8em;
977+
margin-top: -0.9em;
977978
border-radius: 0.5em;
978979
background-color: transparent;
979980
}

dist/textpattern/jquery-ui.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.

package-lock.json

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

src/sass/modules/_datepicker.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@
9494
.ui-datepicker-prev,
9595
.ui-datepicker-next {
9696
position: absolute;
97-
top: 0.2em;
97+
top: 50%;
9898
width: 1.8em;
9999
height: 1.8em;
100+
margin-top: -0.9em;
100101
@if $border-radius > 0 {
101102
border-radius: $border-radius;
102103
}

0 commit comments

Comments
 (0)