refactor: remove tags component from view

This commit is contained in:
Antonella Sgarlatta
2021-05-26 18:56:56 -03:00
parent e5c8a8cccc
commit 68bbcc6820
2 changed files with 0 additions and 33 deletions

View File

@@ -86,33 +86,6 @@ $heading-height: 75px;
width: 100%;
overflow: visible;
position: relative;
#note-tags-component-container {
height: 50px;
overflow: auto; // Required for expired sub to not overflow
.component-view {
// see comment under main .component-view css defintion
position: inherit;
}
iframe {
height: 50px;
width: 100%;
position: absolute; // Required for autocomplete window to show
}
}
.tags-input {
background-color: transparent;
color: var(--sn-stylekit-foreground-color);
border: none;
&:focus {
outline: 0;
box-shadow: none;
}
}
}
}