add info icon for things with a tooltip
This commit is contained in:
parent
91a218dbc1
commit
8231ef81cd
3 changed files with 9 additions and 2 deletions
|
@ -112,6 +112,11 @@ dd {
|
|||
text-decoration: dotted underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
[title]::after {
|
||||
content: url(images/info_small.png);
|
||||
vertical-align: text-top;
|
||||
mix-blend-mode: hard-light;
|
||||
}
|
||||
}
|
||||
@media (hover: none) {
|
||||
[title]::after {
|
||||
|
@ -259,7 +264,8 @@ footer a {
|
|||
|
||||
.cake::before, .cake::after,
|
||||
header rt::before, header rt::after,
|
||||
section h2::before, section h2::after {
|
||||
section h2::before, section h2::after,
|
||||
[title]::after {
|
||||
mix-blend-mode: initial;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue