Skip to content

Commit

Permalink
big update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jun 7, 2022
1 parent 6e1d28f commit 775d9b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/assets/src/components/float-label/float-label.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
color: #8a8a8a !important;
font-weight: normal;
z-index: 1;
display: inline-table;
}

.js-float-label-wrapper.populated label .to-hide {
Expand Down Expand Up @@ -123,4 +124,8 @@

.js-float-label-wrapper .form-control.is-invalid, .was-validated .form-control:invalid {
background-image: none;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
box-shadow: none;
}
2 changes: 0 additions & 2 deletions src/assets/src/js/unify-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
_.delay(function () {
if ($("body").hasClass("sx-header-sticky-margin")) {
if ($("#js-header").hasClass("u-header--sticky-top")) {
console.log($("#js-header").height());
$("body").css("margin-top", $("#js-header").height());
}
}
Expand All @@ -174,7 +173,6 @@

$("[data-toggle=tooltip]").tooltip();
$(document).on('pjax:complete', function(event) {
console.log($(event.target));
$("[data-toggle=tooltip]", $(event.target)).tooltip();
})

Expand Down

0 comments on commit 775d9b0

Please sign in to comment.