mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
013ff2179b
- resolves #8697
15 lines
356 B
SCSS
15 lines
356 B
SCSS
// Displays 'timesince' formatted date with full date in tooltip
|
|
.w-human-readable-date {
|
|
appearance: none;
|
|
background: transparent;
|
|
border: 0;
|
|
padding: 0;
|
|
color: inherit;
|
|
text-align: start;
|
|
line-height: inherit;
|
|
text-decoration: underline;
|
|
text-decoration-style: dotted;
|
|
text-decoration-thickness: 1px;
|
|
text-underline-offset: 1px;
|
|
}
|