Skip to content

Commit

Permalink
#288 - Typos corrected
Browse files Browse the repository at this point in the history
#289 - Typos corrected
  • Loading branch information
michael-hack committed Jan 18, 2022
1 parent fd08018 commit 95837e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist/css/bulma-calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,14 @@
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input .timepicker-input-number {
visability: hidden;
visibility: hidden;
opacity: 0;
transition: opacity 100ms ease-in; }
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input input {
visability: visible;
visibility: visible;
opacity: 1;
transition: opacity 100ms ease-in; }
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input input,
Expand All @@ -564,7 +564,7 @@
left: 0;
right: 0;
bottom: 0;
visability: visible;
visibility: visible;
opacity: 1;
transition: opacity 1000ms ease-in;
font-weight: 300; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bulma-calendar.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/sass/timepicker.sass
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@

&.is-input
.timepicker-input-number
visability: hidden
visibility: hidden
opacity: 0
transition: opacity 100ms ease-in

input
visability: visible
visibility: visible
opacity: 1
transition: opacity 100ms ease-in

Expand All @@ -60,7 +60,7 @@
left: 0
right: 0
bottom: 0
visability: visible
visibility: visible
opacity: 1
transition: opacity 1000ms ease-in
font-weight: 300
Expand Down

0 comments on commit 95837e2

Please sign in to comment.