1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Remove box-shadow from avatar styles for a cleaner appearance (#2137)

* Remove box-shadow from avatar styles for a cleaner appearance

* Create ten-houses-punch.md
This commit is contained in:
Paweł Kuna
2025-02-08 13:58:39 +01:00
committed by GitHub
parent 687267de38
commit 24b944cbdc
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix `.avatar-upload` double borders

View File

@@ -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);