fix: problems discovered during initial 7.0 testing

- Missing translation string for "form" on about page
- Donate button doesn't open in new tab
- Line after choose search engine should only appear on custom
- Line in search setting should not appear when on custom too
- Refresh button on refresh notice does not look great, hover is same as background
- Cards for e.g source and effects need transition
- Version info icon needs hover effect or show on hover
- Back button tooltip only appears on the hovering of the icon
This commit is contained in:
alexsparkes
2023-01-11 19:38:26 +00:00
parent 4f9f91f3b3
commit 2bdf7d99aa
21 changed files with 8192 additions and 8107 deletions

View File

@@ -254,7 +254,7 @@ $themes: (
@if $type == 'modal' {
background: t($modal-sidebar);
border: 3px solid t($modal-sidebarActive);
border: 1px solid t($modal-sidebarActive);
color: t($color);
border-radius: t($borderRadius);