File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -589,15 +589,14 @@ TODO(mmalerba): link to density docs once they exist.
589
589
590
590
### Tooltip
591
591
592
- * Accessibility: the background color is now completely opaque, preventing text bleed-through .
592
+ * Background color is opaque instead of slightly transparent. This improves accessibility .
593
593
594
- * The default font-size has changed from ` 10px ` to ` 12px ` .
594
+ * Default font-size is ` 12px ` instead of ` 10px ` .
595
595
596
- * The line height has changed from ` normal ` to ` 16px ` .
596
+ * Line height is ` normal ` instead of ` 16px ` .
597
597
598
- * Text overflow has changed from ` ellipsis ` to ` clip ` .
598
+ * Text overflow is ` ellipsis ` instead of ` clip ` .
599
599
600
- * The tooltip now has a min- width of 40px.
600
+ * There is a new minimum width of ` 40px ` .
601
601
602
- * The text alignment for single line tooltips is now ` center ` and changes to ` left ` for multiline
603
- tooltips.
602
+ * Text alignment for single line tooltips is ` center ` . Multi-line tooltips use ` left ` alignment.
You can’t perform that action at this time.
0 commit comments