<my-global-icon iconName="home"></my-global-icon>
</a>
- <a class="plugin-icon" target="_blank" rel="noopener noreferrer" [href]="'https://www.npmjs.com/package/peertube-plugin-' + plugin.name" i18n-title title="Go to the plugin homepage">
+ <a class="plugin-icon" target="_blank" rel="noopener noreferrer" [href]="'https://www.npmjs.com/package/peertube-plugin-' + plugin.name" i18n-title title="Go to the plugin npm package">
<my-global-icon iconName="npm"></my-global-icon>
</a>
z-index: z(notification) !important;
}
+ .ui-toast-close-icon {
+ font-family: "Glyphicons Halflings";
+
+ opacity: .5;
+ &:hover {
+ opacity: .8;
+ }
+
+ &:after {
+ content: "\e014";
+ }
+ }
+
.ui-toast-message {
font-family: $main-fonts;
background-color: var(--mainBackgroundColor) !important;