equal
deleted
inserted
replaced
16 } |
16 } |
17 } |
17 } |
18 |
18 |
19 .preference-base-option+.preference-base-option{ |
19 .preference-base-option+.preference-base-option{ |
20 margin-top:16px; |
20 margin-top:16px; |
21 } |
|
22 .preference-base-option .components-base-control__help{ |
|
23 margin-right:48px; |
|
24 margin-top:0; |
|
25 } |
21 } |
26 |
22 |
27 @media (min-width:600px){ |
23 @media (min-width:600px){ |
28 .preferences-modal{ |
24 .preferences-modal{ |
29 height:calc(100% - 120px); |
25 height:calc(100% - 120px); |
49 .preferences__tabs-tablist{ |
45 .preferences__tabs-tablist{ |
50 position:absolute !important; |
46 position:absolute !important; |
51 right:16px; |
47 right:16px; |
52 top:84px; |
48 top:84px; |
53 width:160px; |
49 width:160px; |
54 } |
|
55 .preferences__tabs-tablist:after{ |
|
56 content:none !important; |
|
57 } |
|
58 |
|
59 .preferences__tabs-tab{ |
|
60 border-radius:2px; |
|
61 font-weight:400; |
|
62 } |
|
63 .preferences__tabs-tab[aria-selected=true]{ |
|
64 background:#f0f0f0; |
|
65 box-shadow:none; |
|
66 font-weight:500; |
|
67 } |
|
68 .preferences__tabs-tab[role=tab]:focus:not(:disabled){ |
|
69 box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); |
|
70 outline:2px solid #0000; |
|
71 } |
|
72 .preferences__tabs-tab:focus-visible:before{ |
|
73 content:none; |
|
74 } |
50 } |
75 |
51 |
76 .preferences__tabs-tabpanel{ |
52 .preferences__tabs-tabpanel{ |
77 margin-right:160px; |
53 margin-right:160px; |
78 padding-right:24px; |
54 padding-right:24px; |