diff --git a/src/app/app.component.html b/src/app/app.component.html index 292a27a..faeb172 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,6 +1,7 @@
+
diff --git a/src/app/editor/tabs/tabs.component.css b/src/app/editor/tabs/tabs.component.css index 2e13480..3bd9064 100644 --- a/src/app/editor/tabs/tabs.component.css +++ b/src/app/editor/tabs/tabs.component.css @@ -22,7 +22,7 @@ } .active-tab { - background-color: rgba(255, 255, 255, 0.46); + background-color: rgba(144, 144, 144, 0.64); color: rgba(255, 255, 255, 0.8); } diff --git a/src/app/editor/tabs/tabs.component.html b/src/app/editor/tabs/tabs.component.html index e9646ed..1c2fb39 100644 --- a/src/app/editor/tabs/tabs.component.html +++ b/src/app/editor/tabs/tabs.component.html @@ -32,4 +32,4 @@
  • Close All
  • Close All Left
  • Close All Right
  • - \ No newline at end of file + diff --git a/src/app/editor/tabs/tabs.component.ts b/src/app/editor/tabs/tabs.component.ts index fa07f57..ef4eb57 100644 --- a/src/app/editor/tabs/tabs.component.ts +++ b/src/app/editor/tabs/tabs.component.ts @@ -74,11 +74,6 @@ export class TabsComponent { elm.classList.remove("file-changed"); break; case "highlight-active-tab": - console.log("\n\n") - console.log(message) - console.log(elm) - console.log(this.activeTab) - if (!elm) { if (this.activeTab) { this.activeTab.classList.remove("active-tab") diff --git a/src/assets/css/styles.css b/src/assets/css/styles.css index 5156e34..4d69285 100644 --- a/src/assets/css/styles.css +++ b/src/assets/css/styles.css @@ -57,6 +57,13 @@ margin-right: 0.2em; } +.tabs-bar-underline { + border-color: #fff; + margin-top: -.8em; + margin-left: -.2em; + border-width: 0.2em; +} + .hr-pane-handle, .vr-pane-handle { border: 2px dashed lightblue;