refactor: remove tags component from view
This commit is contained in:
@@ -42,12 +42,6 @@
|
||||
spellcheck='false'
|
||||
)
|
||||
.editor-tags
|
||||
#note-tags-component-container(ng-if='self.state.tagsComponent && !self.note.errorDecrypting')
|
||||
component-view.component-view(
|
||||
component-uuid='self.state.tagsComponent.uuid',
|
||||
ng-style="self.notesLocked && {'pointer-events' : 'none'}",
|
||||
application='self.application'
|
||||
)
|
||||
note-tags(
|
||||
application='self.application'
|
||||
app-state='self.appState'
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user