File tree Expand file tree Collapse file tree 4 files changed +72
-4
lines changed
Expand file tree Collapse file tree 4 files changed +72
-4
lines changed Original file line number Diff line number Diff line change 2020 position : initial !important ;
2121
2222}
23+
24+ .mobile-verb-footer .accordion-trigger {
25+ color : # 747474 ;
26+ -ms-flex-align : center;
27+ -ms-flex-pack : start;
28+ align-items : center;
29+ -webkit-appearance : none;
30+ -moz-appearance : none;
31+ appearance : none;
32+ background-color : inherit;
33+ border : 0 ;
34+ box-sizing : border-box;
35+ cursor : pointer;
36+ display : -ms-flexbox;
37+ display : flex;
38+ font-family : inherit;
39+ font-size : 11px ;
40+ font-weight : 500 ;
41+ justify-content : flex-start;
42+ letter-spacing : .0006em ;
43+ line-height : 1.3 ;
44+ margin : 0 ;
45+ min-height : 39px ;
46+ position : relative;
47+ text-align : start;
48+ text-overflow : ellipsis;
49+ text-transform : uppercase;
50+ width : 100% ;
51+ padding : 0 ;
52+ }
53+
54+
55+ .mobile-verb-footer .accordion dt .is-open ,
56+ .mobile-verb-footer .accordion dd .is-open ,
57+ .mobile-verb-footer .accordion dt .has-focus ,
58+ .mobile-verb-footer .accordion dd .has-focus {
59+ border-left : none;
60+ }
61+
62+ .mobile-verb-footer .accordion dt .is-open ,
63+ .mobile-verb-footer .accordion dd .is-open {
64+ padding : 0 ;
65+ }
66+
67+ .mobile-verb-footer .accordion ul {
68+ padding-left : 20px ;
69+ }
70+
71+ .mobile-verb-footer .accordion li {
72+ list-style-type : none;
73+ padding : 8px 0 ;
74+ }
75+
76+ .mobile-verb-footer .accordion li a {
77+ color : # 000 ;
78+ }
79+
80+ .mobile-verb-footer picture {
81+ vertical-align : middle;
82+ padding-right : 10px ;
83+ }
84+
85+ .mobile-verb-footer dd .is-open .has-focus {
86+ background-color : transparent;
87+ }
Original file line number Diff line number Diff line change 11export default function init ( el ) {
22 const mobileVerbFooter = document . querySelectorAll ( '.tablet' ) ;
33 const desktopVerbFooter = document . querySelectorAll ( '.verb-subfooter' ) ;
4- if ( mobileVerbFooter ) {
4+
5+ console . log ( mobileVerbFooter ) ;
6+ if ( mobileVerbFooter . length > 0 ) {
7+ console . log ( 'sga' ) ;
58 mobileVerbFooter [ 0 ] . parentElement . classList . add ( 'mobile-verb-footer' ) ;
69 }
710
@@ -14,7 +17,7 @@ export default function init(el) {
1417 // });
1518 // });
1619
17- if ( / A n d r o i d | w e b O S | i P h o n e | i P a d | i P o d | B l a c k B e r r y | I E M o b i l e | O p e r a M i n i / i. test ( navigator . userAgent ) ) {
20+ if ( mobileVerbFooter . length > 0 && / A n d r o i d | w e b O S | i P h o n e | i P a d | i P o d | B l a c k B e r r y | I E M o b i l e | O p e r a M i n i / i. test ( navigator . userAgent ) ) {
1821 // true for mobile device
1922 mobileVerbFooter [ 0 ] . parentElement . classList . add ( 'mobile-verb-footer-show' ) ;
2023 desktopVerbFooter [ 0 ] . parentElement . classList . add ( 'hide' ) ;
Original file line number Diff line number Diff line change 2626}
2727.verb-subfooter ul {
2828 list-style-type : none;
29- padding-left : 0 ;
29+ padding-left : 8 px ;
3030}
3131.verb-subfooter ul li {
3232 padding-top : 15px ;
Original file line number Diff line number Diff line change 11mountpoints :
2- / : https://adobe.sharepoint.com/:f:/r/sites/adobecom/Shared%20Documents/acrobat
2+ / : https://adobe.sharepoint.com/:f:/r/sites/adobecom/Shared%20Documents/dc
You can’t perform that action at this time.
0 commit comments