Skip to content

Commit a30ba24

Browse files
Making tab bar box shadow independent of expand mode
1 parent 3f00e69 commit a30ba24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/tab-bar/tab-bar.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
// TODO(ROU-10853): replace this value with a layer token
2525
z-index: 10;
26+
27+
box-shadow: #{globals.$ion-elevation-2};
2628
}
2729

2830
// Tab Bar Expand
@@ -54,8 +56,6 @@
5456

5557
width: fit-content;
5658

57-
box-shadow: #{globals.$ion-elevation-2};
58-
5959
contain: content;
6060
}
6161

0 commit comments

Comments
 (0)