Removed logging entries; added tab bottom border
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<div class="col">
|
<div class="col">
|
||||||
<info-bar></info-bar>
|
<info-bar></info-bar>
|
||||||
<tabs></tabs>
|
<tabs></tabs>
|
||||||
|
<hr class="tabs-bar-underline"/>
|
||||||
<editors></editors>
|
<editors></editors>
|
||||||
<search-replace></search-replace>
|
<search-replace></search-replace>
|
||||||
<markdown-preview></markdown-preview>
|
<markdown-preview></markdown-preview>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active-tab {
|
.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);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -74,11 +74,6 @@ export class TabsComponent {
|
|||||||
elm.classList.remove("file-changed");
|
elm.classList.remove("file-changed");
|
||||||
break;
|
break;
|
||||||
case "highlight-active-tab":
|
case "highlight-active-tab":
|
||||||
console.log("\n\n")
|
|
||||||
console.log(message)
|
|
||||||
console.log(elm)
|
|
||||||
console.log(this.activeTab)
|
|
||||||
|
|
||||||
if (!elm) {
|
if (!elm) {
|
||||||
if (this.activeTab) {
|
if (this.activeTab) {
|
||||||
this.activeTab.classList.remove("active-tab")
|
this.activeTab.classList.remove("active-tab")
|
||||||
|
|||||||
@@ -57,6 +57,13 @@
|
|||||||
margin-right: 0.2em;
|
margin-right: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs-bar-underline {
|
||||||
|
border-color: #fff;
|
||||||
|
margin-top: -.8em;
|
||||||
|
margin-left: -.2em;
|
||||||
|
border-width: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
.hr-pane-handle,
|
.hr-pane-handle,
|
||||||
.vr-pane-handle {
|
.vr-pane-handle {
|
||||||
border: 2px dashed lightblue;
|
border: 2px dashed lightblue;
|
||||||
|
|||||||
Reference in New Issue
Block a user