Updated styles
This commit is contained in:
@@ -25,7 +25,7 @@ import {removeChildren, replaceNode} from '../dom.js';
|
||||
* Instead of text, also an element (e.g. a `span` element) can be used.
|
||||
* @property {string} [expandClassName=className + '-expand'] CSS class name for the
|
||||
* collapsed attributions button.
|
||||
* @property {string|HTMLElement} [collapseLabel='»'] Text label to use
|
||||
* @property {string|HTMLElement} [collapseLabel='›'] Text label to use
|
||||
* for the expanded attributions button.
|
||||
* Instead of text, also an element (e.g. a `span` element) can be used.
|
||||
* @property {string} [collapseClassName=className + '-collapse'] CSS class name for the
|
||||
@@ -105,7 +105,7 @@ class Attribution extends Control {
|
||||
: className + '-expand';
|
||||
|
||||
const collapseLabel =
|
||||
options.collapseLabel !== undefined ? options.collapseLabel : '\u00BB';
|
||||
options.collapseLabel !== undefined ? options.collapseLabel : '\u203A';
|
||||
|
||||
const collapseClassName =
|
||||
options.collapseClassName !== undefined
|
||||
|
||||
Reference in New Issue
Block a user