Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/components-dev/title/styles.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.dev-container {
max-width: 400px;

border: 1px solid red;

padding: 24px;

display: flex;
Expand Down
17 changes: 0 additions & 17 deletions packages/components-dev/title/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,12 @@
</div>

<div class="dev-container dev-container-responsive">
<div class="kbq-subheading">Responsive text with tooltip</div>
<br />
<div kbq-title class="dev-child wide kbq-text-big">
{{ longValue }}
</div>
</div>

<div class="dev-container">
<div class="kbq-subheading">Tooltip tracking for parent & child as parameters</div>
<br />

<div kbq-title style="max-width: 50%">
<div #kbqTitleContainer class="dev-parent">
<div #kbqTitleText class="dev-child kbq-text-normal">
{{ field }}
</div>
</div>
</div>

<button kbq-button (click)="onAddText()">Add text</button>
<button kbq-button (click)="field = defaultValue">Set Default text</button>
</div>

<div class="dev-container">
<div class="kbq-subheading">Select/autocomplete with long KbqOptions and tooltips</div>
<br />
Expand Down
Loading
Loading