CE Port of "Add empty and disabled web terminal tab"
This commit is contained in:
parent
2b1cac491b
commit
fcdb6c1968
3 changed files with 6 additions and 1 deletions
|
@ -105,7 +105,7 @@ export default {
|
|||
:key="tabView.name"
|
||||
class="h-100"
|
||||
>
|
||||
<component :is="tabView.name" />
|
||||
<component :is="tabView.component || tabView.name" />
|
||||
</div>
|
||||
</resizable-panel>
|
||||
<nav class="ide-activity-bar">
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
@import 'bootstrap_migration';
|
||||
@import 'framework/layout';
|
||||
|
||||
@import 'framework/alerts';
|
||||
@import 'framework/animations';
|
||||
@import 'framework/vue_transitions';
|
||||
@import 'framework/avatar';
|
||||
|
|
4
app/assets/stylesheets/framework/alerts.scss
Normal file
4
app/assets/stylesheets/framework/alerts.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
.alert-tip {
|
||||
background-color: $theme-gray-100;
|
||||
color: $theme-gray-900;
|
||||
}
|
Loading…
Reference in a new issue