Skip to content

Commit

Permalink
rmeove unused scss link and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bambamboole committed Jul 6, 2019
1 parent 7f22014 commit 2d47ca2
Show file tree
Hide file tree
Showing 7 changed files with 9,559 additions and 1,036 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/.idea
/vendor
/node_modules
package-lock.json
composer.phar
composer.lock
phpunit.xml
Expand Down
35 changes: 0 additions & 35 deletions dist/css/tool.css
Original file line number Diff line number Diff line change
@@ -1,35 +0,0 @@
.vue-tablist {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
border-bottom: 1px solid #e2e2e2;
}

.vue-tab {
padding: 5px 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-bottom-color: #e2e2e2;
border-radius: 3px 3px 0 0;
background-color: white;
position: relative;
bottom: -1px;
}

.vue-tab[aria-selected="true"] {
border-color: #e2e2e2;
border-bottom-color: transparent;
}

.vue-tab[aria-disabled="true"] {
cursor: not-allowed;
color: #999;
}


Loading

0 comments on commit 2d47ca2

Please sign in to comment.