Skip to content

Commit

Permalink
fix(button): raise default button styles. Fixes #4722
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 6, 2015
1 parent 7311925 commit 32d81a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
color: inherit;
}

.button {
.button, button {
z-index: $z-index-bar-button;
padding: 0 $button-bar-button-padding;
min-width: initial;
Expand Down Expand Up @@ -401,4 +401,3 @@
.nav-bar-tabs-top .bar {
background-image: none;
}

18 changes: 18 additions & 0 deletions scss/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "1.5.0-alpha",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true
},
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts"
],
"files": []
}

0 comments on commit 32d81a9

Please sign in to comment.