commit | 2485a3e067e679197f3f5b0bbf215ce1663e4838 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Wed Sep 08 22:18:38 2021 +0200 |
committer | Adrià Vilanova MartÃnez <me@avm99963.com> | Fri Oct 15 23:45:56 2021 +0200 |
tree | b3b45391c3de85c4b364543c1c743873fded7af8 | |
parent | 1f65252b3bf64ca5ee01fc36c2e95593f624574a [diff] [blame] |
Use material tooltips Tooltips will be used in the future for other features, and this allows existing plain tooltips to be shown as soon as the mouse enters the element, without the long delay inherent to standard tooltips. Bug: twpowertools:45 Change-Id: Ifa7bf1ee8db8da7afaf36b9d19448f5a0cdd4ebc
diff --git a/src/mdc/styles.scss b/src/mdc/styles.scss new file mode 100644 index 0000000..22ecb8d --- /dev/null +++ b/src/mdc/styles.scss
@@ -0,0 +1 @@ +@use "@material/tooltip/styles";