mirror of
https://github.com/material-components/material-web.git
synced 2024-11-10 20:11:57 +03:00
style(tab): Adjusting focus ring dimensions on the active tab (height should decrease, but width should remain the same).
PiperOrigin-RevId: 440948136
This commit is contained in:
parent
43f5c00f1e
commit
07e48800cf
@ -148,8 +148,6 @@ $horizontal-padding: 24px;
|
||||
ring-radius: 10px,
|
||||
container-outer-padding-horizontal: -6px,
|
||||
container-outer-padding-vertical: -6px,
|
||||
inner-ring-width: 2px,
|
||||
outer-ring-width: 2px,
|
||||
)
|
||||
);
|
||||
|
||||
@ -164,8 +162,6 @@ $horizontal-padding: 24px;
|
||||
ring-radius: 10px,
|
||||
container-outer-padding-horizontal: -4px,
|
||||
container-outer-padding-vertical: -4px,
|
||||
inner-ring-width: 2px,
|
||||
outer-ring-width: 2px,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user