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

Commit 5bef6b3

Browse files
TedSandernshahan
authored andcommitted
Fix removing describe-by for tooltip.
PiperOrigin-RevId: 225254684
1 parent ddf2e75 commit 5bef6b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

angular_components/lib/css/material/const/_palette.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// #############################################################################
1111

1212
// Programmatic access to material colors in SassScript.
13+
// Inspired by the Angular2 material palettes:
14+
// https://github.com/angular/angular/blob/master/modules/angular2_material/src/core/style/palette.scss
1315

1416
$mat-red-map: (
1517
50: $mat-red-50,

angular_components/lib/src/material_tooltip/tooltip_target.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ abstract class TooltipBehavior extends TooltipTarget {
118118
/// of tooltip activate / deactivate.
119119
@override
120120
void onClose() {
121+
super.onClose();
121122
hideTooltip(immediate: true);
122123
}
123124
}

0 commit comments

Comments
 (0)