diff --git a/.changeset/ten-houses-punch.md b/.changeset/ten-houses-punch.md new file mode 100644 index 000000000..bcbceec2b --- /dev/null +++ b/.changeset/ten-houses-punch.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Fix `.avatar-upload` double borders diff --git a/core/scss/ui/_avatars.scss b/core/scss/ui/_avatars.scss index 24efc4dbe..55bace649 100644 --- a/core/scss/ui/_avatars.scss +++ b/core/scss/ui/_avatars.scss @@ -90,6 +90,7 @@ height: 4rem; border: var(--#{$prefix}border-width) dashed var(--#{$prefix}border-color); background: $form-check-input-bg; + box-shadow: none; flex-direction: column; @include transition(color $transition-time, background-color $transition-time);