Skip to content

Commit 8867941

Browse files
authored
Merge pull request #1740 from Evthestrike/main
2 parents a4b70b6 + e437628 commit 8867941

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
21
#urlbar[zen-newtab="true"] {
32
#identity-icon {
43
list-style-image: url("chrome://browser/skin/zen-icons/new-tab-image.svg") !important;
54
filter: opacity(0.5) !important;
65
}
76

8-
&[open] #identity-icon-box::after {
9-
content: "open in new tab" !important;
7+
&[open] #identity-icon-box::after {
8+
content: "New Tab" !important;
109
filter: opacity(0.5) !important;
1110
padding-left: 6px !important;
1211
}
13-
}
12+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
# Add new tab urlbar icon
3-
Adds an icon and the text "open in new tab" to the urlbar when it is opened by pressing the "New Tab" button or by pressing "Ctrl+T" so that it is easy to differentiate between when you are editing a URL and opening a new tab.
3+
Adds an icon and the text "New Tab" to the urlbar when it is opened by pressing the "New Tab" button or by pressing "Ctrl+T" so that it is easy to differentiate between when you are editing a URL and opening a new tab.

0 commit comments

Comments
 (0)