Skip to content

Commit

Permalink
Removes tips
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Nov 27, 2018
1 parent 50ccf63 commit dde707a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
11 changes: 3 additions & 8 deletions assets/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template lang="html">
<div class="columns is-marginless">
<aside class="column menu is-2">
<aside class="column menu is-2-desktop is-3-tablet">
<a
role="button"
class="navbar-burger burger is-white is-hidden-tablet is-pulled-right"
Expand All @@ -13,18 +13,13 @@
<p class="menu-label is-hidden-mobile" :class="{ 'is-active': showNav }">Containers</p>
<ul class="menu-list is-hidden-mobile" :class="{ 'is-active': showNav }">
<li v-for="item in containers">
<router-link
:to="{ name: 'container', params: { id: item.id, name: item.name } }"
active-class="is-active"
class="tooltip is-tooltip-right is-tooltip-info"
:data-tooltip="item.name"
>
<router-link :to="{ name: 'container', params: { id: item.id, name: item.name } }" active-class="is-active">
<div class="hide-overflow">{{ item.name }}</div>
</router-link>
</li>
</ul>
</aside>
<div class="column is-offset-2"><router-view></router-view></div>
<div class="column is-offset-2-desktop is-offset-3-tablet"><router-view></router-view></div>
<vue-headful :title="title" />
</div>
</template>
Expand Down
1 change: 0 additions & 1 deletion assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ $menu-item-active-background-color: hsl(171, 100%, 41%);
$menu-item-color: hsl(0, 6%, 87%);

@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma-tooltip/src/sass";

.is-dark {
color: #ddd;
Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"homepage": "https://github.com/amir20/dozzle#readme",
"dependencies": {
"bulma": "^0.7.2",
"bulma-tooltip": "^2.0.2",
"date-fns": "^2.0.0-alpha.25",
"vue": "^2.5.17",
"vue-headful": "^2.0.1",
Expand Down

0 comments on commit dde707a

Please sign in to comment.