File tree 2 files changed +2
-5
lines changed
test/sap/ui/webcomponents/main/pages
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
height: var(- - _ui5_butto n_base_height);
10
10
font- family: var(- - sapUiFontFamily);
11
11
font- size: var(- - sapMFontMediumSize);
12
+ text- shadow: var(- - _ui5_butto n_text_shadow);
12
13
bor der- radius: var(- - _ui5_butto n_bor der_radius);
13
14
bor der- width: 0.0625rem;
14
15
cursor : pointer;
50
51
cursor : inherit;
51
52
height : 100% ;
52
53
width : 100% ;
53
- font-weight : normal;
54
54
box-sizing : border-box;
55
55
display : flex;
56
56
justify-content : center;
57
57
align-items : center;
58
- text-shadow : var (--_ui5_button_text_shadow );
59
58
outline : none;
60
59
padding : 0 var (--_ui5_button_base_padding );
61
60
position : relative;
62
61
background : transparent;
63
62
border : none;
64
- font-size : inherit;
65
63
color : inherit;
66
64
text-shadow : inherit;
67
- font-weight : inherit;
65
+ font : inherit;
68
66
}
69
67
70
68
: host (: not ([active ]): hover ) {
Original file line number Diff line number Diff line change 55
55
< ui5-button id ="btn "> Click me !</ ui5-button >
56
56
57
57
< ui5-popover header-text ="My Heading " id ="pop " style ="width: 300px " placement-type ="Top ">
58
-
59
58
<!-- <div slot="header">
60
59
Hello World
61
60
</div> -->
You can’t perform that action at this time.
0 commit comments