Skip to content

Commit 347d02f

Browse files
committed
minor fixes
1 parent b2d51c9 commit 347d02f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/tabBar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ body.is-edit-mode #navbar #tabs {
136136
background: rgba(255, 255, 255, 0.2);
137137
}
138138
.dark-theme.theme-background-low-contrast .tab-item.active:not(:only-child) {
139-
background: rgba(255, 255, 255, 0.24);
139+
background: rgba(255, 255, 255, 0.25);
140140
}
141141
.tab-item.selected {
142142
min-width: 100%;

js/webviewMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ var webviewMenu = {
160160
label: l('goBack'),
161161
click: function () {
162162
try {
163-
webviews.get(tabs.getSelected()).goBack()
163+
webviews.goBackIgnoringRedirects(tabs.getSelected())
164164
} catch (e) {}
165165
}
166166
}),

0 commit comments

Comments
 (0)