first part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / jit-optimizations.css
index 9a5804b9314f1f8a5f7de94c6cdb89bed8975d8a..3638105048595cfe8f5a1e12c0609d10e2aed956 100644 (file)
   color: var(--theme-highlight-red);
 }
 
-.opt-icon::before {
+.theme-dark .opt-icon::before {
   background-image: url(chrome://devtools/skin/images/webconsole.svg);
 }
+.theme-light .opt-icon::before {
+  background-image: url(chrome://devtools/skin/images/webconsole.svg#light-icons);
+}
 
 .opt-icon::before {
   display: inline-block;
 }
 
 /* Frame Component */
-.focused .frame-link-filename,
-.focused .frame-link-column,
-.focused .frame-link-line,
-.focused .frame-link-host,
-.focused .frame-link-colon {
-  color: var(--theme-selection-color);
-}
-
 .frame-link {
   margin-inline-start: 7px;
 }
-
-.frame-link-filename {
-  color: var(--theme-highlight-blue);
-  cursor: pointer;
-}
-
-.frame-link-filename:hover {
-  text-decoration: underline;
-}
-
-.frame-link-column,
-.frame-link-line,
-.frame-link-colon {
-  color: var(--theme-highlight-orange);
-}
-
-.frame-link-host {
-  margin-inline-start: 5px;
-  font-size: 90%;
-  color: var(--theme-content-color2);
-}
-
-.frame-link-function-display-name {
-  margin-inline-end: 5px;
-}