We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aaeb35 commit 7368fc7Copy full SHA for 7368fc7
site/lib/_sass/components/_tooltip.scss
@@ -2,7 +2,8 @@
2
position: relative;
3
4
a.tooltip-target:has(+.tooltip) {
5
- text-decoration: underline dotted;
+ text-decoration: underline;
6
+ text-decoration-style: dotted;
7
}
8
9
.tooltip {
@@ -58,4 +59,4 @@
58
59
60
61
-}
62
+}
site/lib/src/style_hash.dart
@@ -2,4 +2,4 @@
// dart format off
/// The generated hash of the `main.css` file.
-const generatedStylesHash = 'ukol6oECbi3R';
+const generatedStylesHash = 'kRoCS1Xxb9ee';
0 commit comments