Update dictionary image link color (#1778)
This commit is contained in:
parent
1f1a958a71
commit
deb2a742ed
@ -21,6 +21,12 @@
|
|||||||
.gloss-image-link[data-background=true]>.gloss-image-container {
|
.gloss-image-link[data-background=true]>.gloss-image-container {
|
||||||
/* remove-property background-color */
|
/* remove-property background-color */
|
||||||
}
|
}
|
||||||
|
.gloss-image-link {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
.gloss-image-link:hover {
|
||||||
|
/* remove-rule */
|
||||||
|
}
|
||||||
.gloss-image-container-overlay {
|
.gloss-image-container-overlay {
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
|
@ -32,12 +32,15 @@
|
|||||||
}
|
}
|
||||||
.gloss-image-link {
|
.gloss-image-link {
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
color: inherit;
|
color: var(--accent-color);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
.gloss-image-link:hover {
|
||||||
|
color: var(--accent-color-dark);
|
||||||
|
}
|
||||||
.gloss-image-link[href]:hover {
|
.gloss-image-link[href]:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
"selectors": [".gloss-image-link"],
|
"selectors": [".gloss-image-link"],
|
||||||
"styles": [
|
"styles": [
|
||||||
["cursor", "inherit"],
|
["cursor", "inherit"],
|
||||||
["color", "inherit"],
|
|
||||||
["display", "inline-block"],
|
["display", "inline-block"],
|
||||||
["position", "relative"],
|
["position", "relative"],
|
||||||
["line-height", "1"],
|
["line-height", "1"],
|
||||||
["max-width", "100%"]
|
["max-width", "100%"],
|
||||||
|
["color", "inherit"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user