Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 697bd1a

Browse files
Googlernshahan
authored andcommitted
Make material menu button text in toolbelt lower case
PiperOrigin-RevId: 179493994
1 parent bc9c9cd commit 697bd1a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lib/material_menu/_mixins.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
}
2929
}
3030

31+
@mixin material-menu-trigger-no-uppercase {
32+
::ng-deep .trigger-button {
33+
text-transform: inherit;
34+
}
35+
}
36+
3137
@mixin menu-item-affix-hover {
3238
::ng-deep .secondary-icon.hover-icon {
3339
opacity: inherit;

lib/material_menu/material_menu.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[disabled]="disabled"
1111
[materialTooltip]="tooltipText"
1212
[showTooltipIf]="hasTooltip"
13+
class="trigger-button"
1314
popupSource
1415
#toggle="popupSource">
1516
<material-icon

0 commit comments

Comments
 (0)