From a9710b8acf6370f229098b172eb2a3aa65ae5dc7 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 25 Jul 2021 18:16:07 -0400 Subject: Rename CSS class names "pitch-accent" to "pronunciation" (#1850) * pitch-accents => pronunciations * Update dataset property names * pitch-accent-dictionary => pronunciation-dictionary * Update styles * Update template name * Update attributes --- ext/css/display-pronunciation.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ext/css/display-pronunciation.css') diff --git a/ext/css/display-pronunciation.css b/ext/css/display-pronunciation.css index d416ff75..097b8cf2 100644 --- a/ext/css/display-pronunciation.css +++ b/ext/css/display-pronunciation.css @@ -16,10 +16,10 @@ */ :root { - --pitch-accent-annotation-color: #000000; + --pronunciation-annotation-color: #000000; } :root[data-theme=dark] { - --pitch-accent-annotation-color: #ffffff; + --pronunciation-annotation-color: #ffffff; } .pronunciation-downstep-notation { @@ -34,7 +34,7 @@ position: relative; } .pronunciation-mora-line { - border-color: var(--pitch-accent-annotation-color); + border-color: var(--pronunciation-annotation-color); } .pronunciation-mora[data-pitch=high]>.pronunciation-mora-line { display: block; @@ -105,27 +105,27 @@ .pronunciation-graph-line, .pronunciation-graph-line-tail { fill: none; - stroke: var(--pitch-accent-annotation-color); + stroke: var(--pronunciation-annotation-color); stroke-width: 5; } .pronunciation-graph-line-tail { stroke-dasharray: 5 5; } .pronunciation-graph-dot { - fill: var(--pitch-accent-annotation-color); - stroke: var(--pitch-accent-annotation-color); + fill: var(--pronunciation-annotation-color); + stroke: var(--pronunciation-annotation-color); stroke-width: 5; } .pronunciation-graph-dot-downstep1 { fill: none; - stroke: var(--pitch-accent-annotation-color); + stroke: var(--pronunciation-annotation-color); stroke-width: 5; } .pronunciation-graph-dot-downstep2 { - fill: var(--pitch-accent-annotation-color); + fill: var(--pronunciation-annotation-color); } .pronunciation-graph-triangle { fill: none; - stroke: var(--pitch-accent-annotation-color); + stroke: var(--pronunciation-annotation-color); stroke-width: 5; } -- cgit v1.2.3