Skip to content

Commit ae5bc8e

Browse files
removed some removed code
1 parent 3bfc8b7 commit ae5bc8e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

mod-files/chrome/ferenChrome.css

-18
Original file line numberDiff line numberDiff line change
@@ -292,29 +292,11 @@
292292
background-image: linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)); /*customizeMode.css:31, Firefox 114*/
293293
}
294294

295-
:not(:-moz-lwtheme) .text-link { /*global-shared.css:152, Firefox 114*/
296-
color: inherit !important;
297-
text-decoration: underline !important;
298-
}
299-
300-
:is(toolbar, panel) :is(a, .text-link):not(:-moz-lwtheme) { /*browser-shared.css:158, Firefox 114*/
301-
color: #0060df !important;
302-
}
303-
304-
toolbar[brighttext] :is(a, .text-link)):not(:-moz-lwtheme) { /*browser-shared.css:163, Firefox 114*/
305-
color: var(--lwt-brighttext-url-color) !important;
306-
}
307-
308295
:not(:-moz-lwtheme) .browser-toolbar.titlebar-color { /* Disables GTK's toolbar backgrounds */
309296
appearance: none !important;
310297
color: inherit !important;
311298
}
312299

313-
:not(:-moz-lwtheme)::-moz-selection {
314-
background: var(--button-primary-bgcolor) !important;
315-
color: var(--button-primary-color) !important;
316-
}
317-
318300
/* Stupid to unhardcode buttons */
319301
.customizationmode-button {
320302
-moz-appearance: none !important;

0 commit comments

Comments
 (0)