File tree 3 files changed +20
-5
lines changed
packages/docs/.vuepress/theme-coreui/src/client 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export default defineComponent({
21
21
},
22
22
active: {
23
23
type: Boolean ,
24
- required: false ,
25
24
default: false ,
26
25
},
27
26
},
Original file line number Diff line number Diff line change @@ -19,17 +19,14 @@ export default defineComponent({
19
19
props: {
20
20
type: {
21
21
type: String ,
22
- required: false ,
23
22
default: ' tip' ,
24
23
},
25
24
text: {
26
25
type: String ,
27
- required: false ,
28
26
default: ' ' ,
29
27
},
30
28
vertical: {
31
29
type: String ,
32
- required: false ,
33
30
default: undefined ,
34
31
},
35
32
},
Original file line number Diff line number Diff line change 13
13
margin-top : 0 ;
14
14
}
15
15
}
16
+
17
+ .rtl .input-group > :not (:last-child ),
18
+ .rtl .input-group > .dropdown-toggle :nth-last-child (n +3 ) {
19
+ border-right : 0 !important ;
20
+ @include border-end-radius ($input-border-radius !important );
21
+ }
22
+
23
+ .rtl .input-group > :not (:first-child ) {
24
+ @include border-start-radius ($input-border-radius !important );
25
+ @include border-end-radius (0 !important );
26
+ }
27
+
28
+ .rtl .picker .input-group .form-control :first-child {
29
+ border-right : $input-border-width solid var (--#{$variable-prefix}input-border-color , $input-border-color ) !important ;
30
+ }
31
+
32
+ .rtl .picker .input-group > * + * :not (:last-child ) {
33
+ @include border-start-radius (0 !important );
34
+ }
16
35
}
17
36
18
37
.docs-example-offcanvas .offcanvas {
19
38
position : static ;
20
39
display : block ;
21
40
height : 200px ;
22
41
visibility : visible ;
23
- transform : translate (0 );
42
+ transform : translate (0 ) !important ;
24
43
}
25
44
26
45
//
You can’t perform that action at this time.
0 commit comments