Removed logging entries; added tab bottom border

This commit is contained in:
2025-11-10 22:20:05 -06:00
parent ea134caf2b
commit fd40340d97
5 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
<div class="col">
<info-bar></info-bar>
<tabs></tabs>
<hr class="tabs-bar-underline"/>
<editors></editors>
<search-replace></search-replace>
<markdown-preview></markdown-preview>

View File

@@ -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);
}

View File

@@ -32,4 +32,4 @@
<li command="closeAll">Close All</li>
<li command="closeAllLeft">Close All Left</li>
<li command="closeAllRight">Close All Right</li>
</ul>
</ul>

View File

@@ -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")

View File

@@ -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;