Misc display style updates (#1454)
* Remove unused style * Update inflection separator
This commit is contained in:
parent
c7caea7203
commit
7d6915ec3b
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
--expression-separator: '\3001';
|
--expression-separator: '\3001';
|
||||||
|
|
||||||
|
--inflection-separator: '\00AB';
|
||||||
|
|
||||||
/* Layout */
|
/* Layout */
|
||||||
--font-size-no-units: 14;
|
--font-size-no-units: 14;
|
||||||
--font-size: calc(1px * var(--font-size-no-units));
|
--font-size: calc(1px * var(--font-size-no-units));
|
||||||
@ -821,9 +823,8 @@ button.action-button[data-icon=source-term]::before {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.inflection-list>.inflection+.inflection-separator+.inflection::before {
|
.inflection-list>.inflection+.inflection-separator+.inflection::before {
|
||||||
content: ' \00AB '; /* The two spaces is not a typo */
|
content: var(--inflection-separator);
|
||||||
white-space: pre-wrap;
|
padding: 0 0.25em;
|
||||||
display: inline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -859,9 +860,6 @@ button.action-button[data-icon=source-term]::before {
|
|||||||
.expression-tag-list {
|
.expression-tag-list {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.expression-details>.frequencies {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.expression-list-details {
|
.expression-list-details {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user