File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ $md-mini-fab-padding: 8px !default;
36
36
// Reset browser <button> styles.
37
37
background : transparent ;
38
38
text-align : center ;
39
- overflow : hidden ;
40
39
cursor : pointer ;
41
40
user-select : none ;
42
41
outline : none ;
@@ -46,7 +45,7 @@ $md-mini-fab-padding: 8px !default;
46
45
display : inline-block ;
47
46
white-space : nowrap ;
48
47
text-decoration : none ;
49
- vertical-align : middle ;
48
+ vertical-align : baseline ;
50
49
51
50
// Typography.
52
51
font-size : $md-body-font-size-base ;
Original file line number Diff line number Diff line change 1
1
< div class ="demo-button ">
2
+ < section >
3
+ Link
4
+ < a href ="http://www.google.com " md-button color ="primary "> link</ a >
5
+ Button
6
+ < button md-button > flat</ button >
7
+ </ section >
8
+ < section >
9
+ Link
10
+ < a href ="http://www.google.com " md-raised-button color ="primary "> link</ a >
11
+ Button
12
+ < button md-raised-button > button</ button >
13
+ </ section >
14
+
2
15
< section >
3
16
< button md-button > flat</ button >
4
17
< button md-raised-button > raised</ button >
You can’t perform that action at this time.
0 commit comments