diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-21 19:21:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 19:21:03 -0500 |
commit | 8203f11e898d9205b3a70e2801f2d8e891f508b8 (patch) | |
tree | 66db00121f5c8d4ac96d7a956c4551d6781e0fc9 /ext/bg/welcome.html | |
parent | 18043babeb8735a7707f273eab2b9364aa42ab7a (diff) |
Improve settings item button styles (#1155)
* Improve styles for settings-item-button
* Add hover/active styles to settings-item-button
* Use consistent phrasing for setting buttons and include ellipsis
Diffstat (limited to 'ext/bg/welcome.html')
-rw-r--r-- | ext/bg/welcome.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html index a838d830..f3a8c63f 100644 --- a/ext/bg/welcome.html +++ b/ext/bg/welcome.html @@ -63,7 +63,7 @@ <div class="settings-item-children settings-item-children-group"> <div class="settings-item settings-item-button" data-modal-action="show,dictionaries"><div class="settings-item-inner"> <div class="settings-item-left"> - <div class="settings-item-label">Install or remove dictionaries</div> + <div class="settings-item-label">Install or remove dictionaries…</div> </div> <div class="settings-item-right open-panel-button-container"> <button class="icon-button"><span class="icon-button-inner"><span class="icon" data-icon="material-right-arrow"></span></span></button> |