You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
As per Material 3 guidelines, primary tabs should have active indicator's height of 3px and shape of 3px 3px 0 0. In Angular Material, primary tabs' behaviour can be achieved using [fitInkBarToContent]=true input.
But, they have height of 2px, and shape of 0, which is right only for secondary tabs.
We can override it by using tabs-overrides mixin like below:
Is this a regression?
The previous version in which this bug was not present was
No response
Description
As per Material 3 guidelines, primary tabs should have active indicator's height of
3px
and shape of3px 3px 0 0
. In Angular Material, primary tabs' behaviour can be achieved using[fitInkBarToContent]=true
input.But, they have height of
2px
, and shape of0
, which is right only for secondary tabs.We can override it by using
tabs-overrides
mixin like below:But, it should be the default behaviour as per Material 3 specs.
Reproduction
Not needed.
Expected Behavior
Tabs with
[fitInkBarToContent]=true
should have active indicator's height of3px
and shape of3px 3px 0 0
.Actual Behavior
Tabs with
[fitInkBarToContent]=true
have active indicator's height of2px
, and shape of0
.Environment
The text was updated successfully, but these errors were encountered: