Skip to content

Commit

Permalink
use class instead of id selector for urlbar-input elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 16, 2024
1 parent d5699d4 commit 2b86c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/bar/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
text-align: center !important;
}

#urlbar-input-container {
.urlbar-input-container {
display: flex;
justify-content: center;
align-items: center;
Expand Down
4 changes: 2 additions & 2 deletions chrome/misc/round-items.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
;
}

#urlbar-input-container > box:hover,
#urlbar-input-container > box[open],
.urlbar-input-container > box:hover,
.urlbar-input-container > box[open],
#main-menubar > menu,
.titlebar-button:hover,
#scrollbutton-up,
Expand Down

0 comments on commit 2b86c98

Please sign in to comment.