Skip to content

Commit 32d81a9

Browse files
committed
fix(button): raise default button styles. Fixes #4722
1 parent 7311925 commit 32d81a9

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Diff for: scss/_bar.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
color: inherit;
160160
}
161161

162-
.button {
162+
.button, button {
163163
z-index: $z-index-bar-button;
164164
padding: 0 $button-bar-button-padding;
165165
min-width: initial;
@@ -401,4 +401,3 @@
401401
.nav-bar-tabs-top .bar {
402402
background-image: none;
403403
}
404-

Diff for: scss/tsconfig.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "1.5.0-alpha",
3+
"compilerOptions": {
4+
"target": "es5",
5+
"module": "commonjs",
6+
"declaration": false,
7+
"noImplicitAny": false,
8+
"removeComments": true,
9+
"noLib": false,
10+
"preserveConstEnums": true,
11+
"suppressImplicitAnyIndexErrors": true
12+
},
13+
"filesGlob": [
14+
"./**/*.ts",
15+
"!./node_modules/**/*.ts"
16+
],
17+
"files": []
18+
}

0 commit comments

Comments
 (0)