Skip to content

Commit fdf5c83

Browse files
committed
Enabled multiline tooltips, and disabled dotted lines for tooltips when child elements contain links of form elements.
1 parent 68a9fb9 commit fdf5c83

File tree

241 files changed

+514
-480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+514
-480
lines changed

css/pico.amber.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3346,13 +3346,13 @@ progress::-moz-progress-bar {
33463346
[data-tooltip] {
33473347
position: relative;
33483348
}
3349-
[data-tooltip]:not(a, button, input, [role=button]) {
3349+
[data-tooltip]:not(:has(a, button, input, [role=button])):not(a, button, input, [role=button]) {
33503350
border-bottom: 1px dotted;
33513351
text-decoration: none;
33523352
cursor: help;
33533353
}
33543354
[data-tooltip][data-placement=top]::before, [data-tooltip][data-placement=top]::after, [data-tooltip]::before, [data-tooltip]::after {
3355-
display: block;
3355+
display: inline-block;
33563356
z-index: 99;
33573357
position: absolute;
33583358
bottom: 100%;
@@ -3369,7 +3369,7 @@ progress::-moz-progress-bar {
33693369
font-size: 0.875rem;
33703370
text-decoration: none;
33713371
text-overflow: ellipsis;
3372-
white-space: nowrap;
3372+
white-space: pre;
33733373
opacity: 0;
33743374
pointer-events: none;
33753375
}

css/pico.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3346,13 +3346,13 @@ progress::-moz-progress-bar {
33463346
[data-tooltip] {
33473347
position: relative;
33483348
}
3349-
[data-tooltip]:not(a, button, input, [role=button]) {
3349+
[data-tooltip]:not(:has(a, button, input, [role=button])):not(a, button, input, [role=button]) {
33503350
border-bottom: 1px dotted;
33513351
text-decoration: none;
33523352
cursor: help;
33533353
}
33543354
[data-tooltip][data-placement=top]::before, [data-tooltip][data-placement=top]::after, [data-tooltip]::before, [data-tooltip]::after {
3355-
display: block;
3355+
display: inline-block;
33563356
z-index: 99;
33573357
position: absolute;
33583358
bottom: 100%;
@@ -3369,7 +3369,7 @@ progress::-moz-progress-bar {
33693369
font-size: 0.875rem;
33703370
text-decoration: none;
33713371
text-overflow: ellipsis;
3372-
white-space: nowrap;
3372+
white-space: pre;
33733373
opacity: 0;
33743374
pointer-events: none;
33753375
}

css/pico.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.amber.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,13 +2975,13 @@ progress::-moz-progress-bar {
29752975
[data-tooltip] {
29762976
position: relative;
29772977
}
2978-
[data-tooltip]:not(a, button, input, [role=button]) {
2978+
[data-tooltip]:not(:has(a, button, input, [role=button])):not(a, button, input, [role=button]) {
29792979
border-bottom: 1px dotted;
29802980
text-decoration: none;
29812981
cursor: help;
29822982
}
29832983
[data-tooltip][data-placement=top]::before, [data-tooltip][data-placement=top]::after, [data-tooltip]::before, [data-tooltip]::after {
2984-
display: block;
2984+
display: inline-block;
29852985
z-index: 99;
29862986
position: absolute;
29872987
bottom: 100%;
@@ -2998,7 +2998,7 @@ progress::-moz-progress-bar {
29982998
font-size: 0.875rem;
29992999
text-decoration: none;
30003000
text-overflow: ellipsis;
3001-
white-space: nowrap;
3001+
white-space: pre;
30023002
opacity: 0;
30033003
pointer-events: none;
30043004
}

css/pico.classless.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.blue.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,13 +2975,13 @@ progress::-moz-progress-bar {
29752975
[data-tooltip] {
29762976
position: relative;
29772977
}
2978-
[data-tooltip]:not(a, button, input, [role=button]) {
2978+
[data-tooltip]:not(:has(a, button, input, [role=button])):not(a, button, input, [role=button]) {
29792979
border-bottom: 1px dotted;
29802980
text-decoration: none;
29812981
cursor: help;
29822982
}
29832983
[data-tooltip][data-placement=top]::before, [data-tooltip][data-placement=top]::after, [data-tooltip]::before, [data-tooltip]::after {
2984-
display: block;
2984+
display: inline-block;
29852985
z-index: 99;
29862986
position: absolute;
29872987
bottom: 100%;
@@ -2998,7 +2998,7 @@ progress::-moz-progress-bar {
29982998
font-size: 0.875rem;
29992999
text-decoration: none;
30003000
text-overflow: ellipsis;
3001-
white-space: nowrap;
3001+
white-space: pre;
30023002
opacity: 0;
30033003
pointer-events: none;
30043004
}

css/pico.classless.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.amber.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,13 +2975,13 @@ body:has(dialog[open]) {
29752975
.pico [data-tooltip] {
29762976
position: relative;
29772977
}
2978-
.pico [data-tooltip]:not(a, button, input, [role=button]) {
2978+
.pico [data-tooltip]:not(:has(a, button, input, [role=button])):not(a, button, input, [role=button]) {
29792979
border-bottom: 1px dotted;
29802980
text-decoration: none;
29812981
cursor: help;
29822982
}
29832983
.pico [data-tooltip][data-placement=top]::before, .pico [data-tooltip][data-placement=top]::after, .pico [data-tooltip]::before, .pico [data-tooltip]::after {
2984-
display: block;
2984+
display: inline-block;
29852985
z-index: 99;
29862986
position: absolute;
29872987
bottom: 100%;
@@ -2998,7 +2998,7 @@ body:has(dialog[open]) {
29982998
font-size: 0.875rem;
29992999
text-decoration: none;
30003000
text-overflow: ellipsis;
3001-
white-space: nowrap;
3001+
white-space: pre;
30023002
opacity: 0;
30033003
pointer-events: none;
30043004
}

css/pico.classless.conditional.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)