Skip to content

Commit a9e48fa

Browse files
authored
[4.0] Replace box shadow by border (#32361)
* Replace box shadow by border * cs
1 parent 2fccde3 commit a9e48fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/templates/atum/scss/pages/_com_templates.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
.menu-links-block {
3131
padding: 15px;
3232
background-color: var(--card-bg);
33+
border: 1px solid $border-color;
3334
border-radius: 3px;
34-
box-shadow: $atum-box-shadow;
3535
}
3636

3737
label {

0 commit comments

Comments
 (0)