Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

style(tab): Clean up z-indices to allow non-transparent backgrounds on tabs without breaking tab switch animations. #7903

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/mdc-tab/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down