first part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / components-frame.css
index e4bc9f4632d68d6e2ebea6a50bb383685d389f96..cbdc3d2cf8932b24b09926805d245d76bbd6bd94 100644 (file)
@@ -9,32 +9,29 @@
  */
 
 .frame-link {
-  margin-left: 7px;
   display: flex;
+  justify-content: space-between;
+}
+
+.frame-link-async-cause {
+  color: var(--theme-body-color-inactive);
 }
 
 .frame-link .frame-link-source {
-  display: flex;
+  flex: initial;
+  color: var(--theme-highlight-blue);
 }
+
 .frame-link a.frame-link-source {
   cursor: pointer;
   text-decoration: none;
+  font-style: normal;
 }
+
 .frame-link a.frame-link-source:hover {
   text-decoration: underline;
 }
 
-.frame-link .frame-link-filename {
-  color: var(--theme-highlight-blue);
-  text-overflow: ellipsis;
-  overflow: hidden;
-  flex: 1;
-  text-align: right;
-  /* overrides styling some tools have with anchors */
-  text-decoration: none;
-  font-style: normal;
-}
-
 .frame-link .frame-link-host {
   margin-inline-start: 5px;
   font-size: 90%;
   margin-inline-end: 5px;
 }
 
-.frame-link .frame-link-column,
-.frame-link .frame-link-line,
-.frame-link .frame-link-colon {
+.frame-link .frame-link-line {
   color: var(--theme-highlight-orange);
-  display: block;
 }
 
-.focused .frame-link .frame-link-filename,
-.focused .frame-link .frame-link-column,
+.focused .frame-link .frame-link-source,
 .focused .frame-link .frame-link-line,
-.focused .frame-link .frame-link-host,
-.focused .frame-link .frame-link-colon {
+.focused .frame-link .frame-link-host {
   color: var(--theme-selection-color);
 }