Skip to content

Commit 655b41a

Browse files
crisbetoamysorto
authored andcommitted
fix(material/tabs): remove CSS content from chevron element (#24091)
Removes the `content` declaration from the tab chevrons. Usually it doesn't have an effect, but according to the discussion on #24085, it may cause an unnecessary tab stop. (cherry picked from commit 6b79ea4)
1 parent 92f7e6c commit 655b41a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/material-experimental/mdc-tabs/_tabs-common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ $mat-tab-animation-duration: 500ms !default;
128128
.mat-mdc-tab-header-pagination-chevron {
129129
border-style: solid;
130130
border-width: 2px 2px 0 0;
131-
content: '';
132131
height: 8px;
133132
width: 8px;
134133
}

src/material/tabs/_tabs-common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ $tab-animation-duration: 500ms !default;
120120
.mat-tab-header-pagination-chevron {
121121
border-style: solid;
122122
border-width: 2px 2px 0 0;
123-
content: '';
124123
height: 8px;
125124
width: 8px;
126125
}

0 commit comments

Comments
 (0)