File tree 1 file changed +8
-7
lines changed
packages/main/src/themes-next
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
max-width : 100% ;
3
3
text-overflow : ellipsis;
4
4
overflow : hidden;
5
+ display : inline-block;
5
6
}
6
7
7
8
ui5-radiobutton {
8
9
max-width : 100% ;
9
10
text-overflow : ellipsis;
10
11
overflow : hidden;
12
+ display : inline-block;
13
+ }
14
+
15
+ span [data-sap-ui-wc-root ] {
16
+ display : inline-block;
11
17
}
12
18
13
19
.sapMRb {
14
20
position : relative;
15
- display : inline- flex;
21
+ display : flex;
16
22
flex-wrap : nowrap;
17
23
outline : none;
18
24
max-width : 100% ;
@@ -28,13 +34,8 @@ ui5-radiobutton {
28
34
opacity : var (--sapUiContentDisabledOpacity );
29
35
}
30
36
31
- /* Disabled on focus */
32
- .sapMRb .sapMRbDis : focus : before {
33
- display : none;
34
- }
35
-
36
37
/* Focused */
37
- .sapMRb : focus : before {
38
+ .sapMRb : not (. sapMRbDis ) : focus : before {
38
39
content : "" ;
39
40
display : block;
40
41
position : absolute;
You can’t perform that action at this time.
0 commit comments