File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed
app/design/adminhtml/Magento/backend/web/app/updater/styles/less/components Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 17
17
text-align : center ;
18
18
width : @component-indicator__size ;
19
19
20
- & ::before {
20
+ & ::before ,
21
+ & ::after {
21
22
background : @color-white ;
23
+ display : block ;
24
+ opacity : 0 ;
25
+ position : absolute ;
26
+ transition : opacity .2s linear .1s ;
27
+ visibility : hidden ;
28
+ }
29
+ & ::before {
22
30
border-radius : 1px ;
23
31
border : 1px solid @color-gray68 ;
24
32
box-shadow : 0 0 2px rgba (0 ,0 ,0 ,.4 );
25
33
content : attr (data-label );
26
- display : block ;
27
34
font-size : @font-size__s ;
28
35
margin : 34px 0 0 -10px ;
29
36
min-width : 50px ;
30
- opacity : 0 ;
31
37
padding : 4px 5px ;
32
- position : absolute ;
33
- transition : opacity .2s linear ;
34
- visibility : hidden ;
35
38
}
36
39
& ::after {
37
- background : @color-white ;
38
40
border : 1px solid darken (@color-gray68 , 8 );
39
41
border-width : 1px 0 0 1px ;
40
42
box-shadow : -1px -1px 1px rgba (0 ,0 ,0 ,.1 );
41
43
content : ' ' ;
42
- display : block ;
43
44
height : 10px ;
44
45
margin : 9px 0 0 5px ;
45
- opacity : 0 ;
46
- position : absolute ;
47
46
transform : rotate (45deg );
48
- transition : opacity .2s linear .1s ;
49
- visibility : hidden ;
50
47
width : 10px ;
51
48
}
52
49
& :hover {
56
53
transition : opacity .2s linear 0 ;
57
54
visibility : visible ;
58
55
}
59
- & ::after {
60
- transition : opacity .2s linear 0 ;
61
- }
62
56
}
63
57
span {
64
58
display : block ;
You can’t perform that action at this time.
0 commit comments