File tree Expand file tree Collapse file tree 2 files changed +19
-13
lines changed
app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 7
7
// Default appearance styles
8
8
// _____________________________________________
9
9
10
- [data- role= ' banner' ] {
11
- > [data- link- type] {
10
+ [data- role= ' banner' ] > [data- element= ' link' ] {
11
+ color : inherit ;
12
+ text-decoration : inherit ;
13
+
14
+ & :hover {
12
15
color : inherit ;
13
16
text-decoration : inherit ;
14
-
15
- & :hover {
16
- color : inherit ;
17
- text-decoration : inherit ;
18
- }
19
17
}
20
18
21
- [data- element = ' link ' ][ href= ' javascript:void(0)' ] {
19
+ & [data- href= ' javascript:void(0)' ] {
22
20
cursor : auto ;
23
21
}
22
+
23
+ & :not ([data- href= ' javascript:void(0)' ]) {
24
+ cursor : pointer ;
25
+ }
24
26
}
25
27
26
28
.pagebuilder-banner-wrapper {
Original file line number Diff line number Diff line change 11
11
box-sizing : border-box ;
12
12
overflow : hidden ;
13
13
14
- [data- element= ' link' ][href= ' javascript:void(0)' ] {
15
- cursor : auto ;
16
- }
17
-
18
- > a {
14
+ > [data- element= ' link' ] {
19
15
color : inherit ;
20
16
text-decoration : inherit ;
21
17
22
18
& :hover {
23
19
color : inherit ;
24
20
text-decoration : inherit ;
25
21
}
22
+
23
+ & [data- href= ' javascript:void(0)' ] {
24
+ cursor : auto ;
25
+ }
26
+
27
+ & :not ([data- href= ' javascript:void(0)' ]) {
28
+ cursor : pointer ;
29
+ }
26
30
}
27
31
}
28
32
You can’t perform that action at this time.
0 commit comments