From ed2d5d08706c4a889cae535cb84a1f148e86aa42 Mon Sep 17 00:00:00 2001
From: Simon Kaier <skaier@google.com>
Date: Thu, 1 Dec 2022 08:41:19 -0800
Subject: [PATCH] style(tab): Clean up z-indices to allow non-transparent
 backgrounds on tabs without breaking tab switch animations.

PiperOrigin-RevId: 492205902
---
 packages/mdc-tab/_mixins.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/mdc-tab/_mixins.scss b/packages/mdc-tab/_mixins.scss
index 772157b76b4..9940cfe4be7 100644
--- a/packages/mdc-tab/_mixins.scss
+++ b/packages/mdc-tab/_mixins.scss
@@ -63,7 +63,6 @@
       white-space: nowrap;
       cursor: pointer;
       -webkit-appearance: none;
-      z-index: 1;
 
       // Firefox still draws a dotted border around focused buttons unless specifically overridden.
       &::-moz-focus-inner {