Skip to content

Commit

Permalink
Add new icon for permissions menu
Browse files Browse the repository at this point in the history
-Remove notification icon from address bar
-Remove old svg icons
  • Loading branch information
tyrohellion committed Jan 7, 2024
1 parent ac343ab commit bd31577
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion chrome/maximize.svg → chrome/hexagon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion chrome/minimize.svg

This file was deleted.

1 change: 0 additions & 1 deletion chrome/minus.svg

This file was deleted.

1 change: 0 additions & 1 deletion chrome/toggle-left.svg

This file was deleted.

20 changes: 14 additions & 6 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,18 @@ REMOVED ELEMENTS
}
*/

#blocked-permissions-container {
display: none !important;
}

.notification-anchor-icon {
display: none !important;
}

.blocked-permission-icon {
display: none !important;
}

.urlbarView-row[selected] .urlbarView-row-inner,
.urlbarView-row:hover .urlbarView-row-inner {
background-color: #312d31 !important;
Expand Down Expand Up @@ -360,7 +372,6 @@ If this looks weird, comment out the window buttons section.
}

/* identity-block.css | chrome://browser/skin/identity-block/identity-block.css */

#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon, #identity-box[pageproxystate="valid"].mixedActiveBlocked #identity-icon {
/* list-style-image: url(chrome://global/skin/icons/security.svg); */
list-style-image: url(./lock.svg) !important;
Expand All @@ -369,25 +380,22 @@ If this looks weird, comment out the window buttons section.
}

/* tabs.css | chrome://browser/skin/tabs.css */

#tabs-newtab-button, #TabsToolbar #new-tab-button {
/* list-style-image: url(chrome://global/skin/icons/plus.svg); */
list-style-image: url(./plus.svg) !important;
fill: white !important;
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(104%) contrast(102%);
}


#alltabs-button {
/* list-style-image: url(chrome://global/skin/icons/arrow-down.svg); */
list-style-image: url(./chevron-down.svg) !important;
fill: white !important;
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(104%) contrast(102%);
}


#permissions-granted-icon {
list-style-image: url(./toggle-left.svg) !important;
list-style-image: url(./hexagon.svg) !important;
fill: white !important;
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(104%) contrast(102%) !important;
}
}
1 change: 0 additions & 1 deletion chrome/x.svg

This file was deleted.

0 comments on commit bd31577

Please sign in to comment.