We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d51c9 commit 347d02fCopy full SHA for 347d02f
css/tabBar.css
@@ -136,7 +136,7 @@ body.is-edit-mode #navbar #tabs {
136
background: rgba(255, 255, 255, 0.2);
137
}
138
.dark-theme.theme-background-low-contrast .tab-item.active:not(:only-child) {
139
- background: rgba(255, 255, 255, 0.24);
+ background: rgba(255, 255, 255, 0.25);
140
141
.tab-item.selected {
142
min-width: 100%;
js/webviewMenu.js
@@ -160,7 +160,7 @@ var webviewMenu = {
160
label: l('goBack'),
161
click: function () {
162
try {
163
- webviews.get(tabs.getSelected()).goBack()
+ webviews.goBackIgnoringRedirects(tabs.getSelected())
164
} catch (e) {}
165
166
}),
0 commit comments