diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-25 23:22:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 23:22:05 -0500 |
commit | 92e9f69c8069644c544301a51fbbd351e799e99d (patch) | |
tree | 621bea652f78ab9e5b6850512ababeece243f908 /test | |
parent | c6c4631817247c44f788b1ffa2bc1d9f644802eb (diff) |
Popup style updates (#1066)
* Replace compactGlossaries option with new glossaryLayoutMode option
* Update attributes
* Update attributes
* Update color definitions
* Fix default theme scrollbar
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 378338c9..2e59c7ea 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -278,7 +278,7 @@ function createProfileOptionsUpdatedTestData1() { popupScaleRelativeToVisualViewport: true, showGuide: true, compactTags: false, - compactGlossaries: false, + glossaryLayoutMode: 'default', mainDictionary: '', popupTheme: 'default', popupOuterTheme: 'default', |