|
5 | 5 | z-index: var(--z-index-link); |
6 | 6 | } |
7 | 7 |
|
8 | | -.is-bookmarks-show-link .link { |
| 8 | +.is-link-show .link { |
9 | 9 | display: flex; |
10 | 10 | } |
11 | 11 |
|
|
29 | 29 | width: var(--link-area-width); |
30 | 30 | } |
31 | 31 |
|
32 | | -.is-bookmarks-fit-best .link-area { |
| 32 | +.is-link-fit-best .link-area { |
33 | 33 | display: grid; |
34 | 34 | grid-auto-rows: 1fr; |
35 | 35 | grid-gap: calc(var(--gutter) * 2); |
36 | 36 | } |
37 | 37 |
|
38 | | -.is-bookmarks-fit-custom .link-area { |
| 38 | +.is-link-fit-custom .link-area { |
39 | 39 | margin-top: calc(var(--gutter) * -1); |
40 | 40 | padding-bottom: calc(var(--gutter) * 3); |
41 | 41 | padding-left: calc(var(--gutter) * 3); |
|
44 | 44 | flex-wrap: wrap; |
45 | 45 | } |
46 | 46 |
|
47 | | -.is-bookmarks-fit-custom.is-link-items-alignment-horizontal-left .link-area { |
| 47 | +.is-link-fit-custom.is-link-items-alignment-horizontal-left .link-area { |
48 | 48 | justify-content: flex-start; |
49 | 49 | } |
50 | 50 |
|
51 | | -.is-bookmarks-fit-custom.is-link-items-alignment-horizontal-center .link-area { |
| 51 | +.is-link-fit-custom.is-link-items-alignment-horizontal-center .link-area { |
52 | 52 | justify-content: center; |
53 | 53 | } |
54 | 54 |
|
55 | | -.is-bookmarks-fit-custom.is-link-items-alignment-horizontal-right .link-area { |
| 55 | +.is-link-fit-custom.is-link-items-alignment-horizontal-right .link-area { |
56 | 56 | justify-content: flex-end; |
57 | 57 | } |
58 | 58 |
|
|
61 | 61 | padding-top: calc(var(--gutter) * 4); |
62 | 62 | } |
63 | 63 |
|
64 | | -.is-bookmarks-fit-best.is-bookmarks-style-block .link-area { |
| 64 | +.is-link-fit-best.is-link-style-block .link-area { |
65 | 65 | grid-template-columns: repeat(auto-fill, minmax(11em, 1fr)); |
66 | 66 | } |
67 | 67 |
|
68 | | -.is-bookmarks-fit-best.is-bookmarks-style-list .link-area { |
| 68 | +.is-link-fit-best.is-link-style-list .link-area { |
69 | 69 | grid-template-columns: repeat(auto-fill, minmax(18em, 1fr)); |
70 | 70 | } |
71 | 71 |
|
|
89 | 89 | transition: none; |
90 | 90 | } |
91 | 91 |
|
92 | | -.is-bookmarks-fit-best .link-item { |
| 92 | +.is-link-fit-best .link-item { |
93 | 93 | height: var(--link-items-height); |
94 | 94 | } |
95 | 95 |
|
96 | | -.is-bookmarks-fit-custom .link-item { |
| 96 | +.is-link-fit-custom .link-item { |
97 | 97 | height: var(--link-items-height); |
98 | 98 | width: var(--link-items-width); |
99 | 99 | margin: var(--gutter); |
|
128 | 128 | box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); |
129 | 129 | } |
130 | 130 |
|
131 | | -.is-bookmarks-style-block .link-panel-front { |
| 131 | +.is-link-style-block .link-panel-front { |
132 | 132 | padding: 1em; |
133 | 133 | flex-direction: column; |
134 | 134 | } |
135 | 135 |
|
136 | | -.is-bookmarks-style-block.is-link-display-alignment-horizontal-left .link-panel-front { |
| 136 | +.is-link-style-block.is-link-display-alignment-horizontal-left .link-panel-front { |
137 | 137 | align-items: flex-start; |
138 | 138 | } |
139 | 139 |
|
140 | | -.is-bookmarks-style-block.is-link-display-alignment-horizontal-center .link-panel-front { |
| 140 | +.is-link-style-block.is-link-display-alignment-horizontal-center .link-panel-front { |
141 | 141 | align-items: center; |
142 | 142 | } |
143 | 143 |
|
144 | | -.is-bookmarks-style-block.is-link-display-alignment-horizontal-right .link-panel-front { |
| 144 | +.is-link-style-block.is-link-display-alignment-horizontal-right .link-panel-front { |
145 | 145 | align-items: flex-end; |
146 | 146 | } |
147 | 147 |
|
148 | | -.is-bookmarks-style-block.is-link-display-alignment-vertical-top .link-panel-front { |
| 148 | +.is-link-style-block.is-link-display-alignment-vertical-top .link-panel-front { |
149 | 149 | justify-content: flex-start; |
150 | 150 | } |
151 | 151 |
|
152 | | -.is-bookmarks-style-block.is-link-display-alignment-vertical-center .link-panel-front { |
| 152 | +.is-link-style-block.is-link-display-alignment-vertical-center .link-panel-front { |
153 | 153 | justify-content: center; |
154 | 154 | } |
155 | 155 |
|
156 | | -.is-bookmarks-style-block.is-link-display-alignment-vertical-bottom .link-panel-front { |
| 156 | +.is-link-style-block.is-link-display-alignment-vertical-bottom .link-panel-front { |
157 | 157 | justify-content: flex-end; |
158 | 158 | } |
159 | 159 |
|
160 | | -.is-bookmarks-style-list .link-panel-front { |
| 160 | +.is-link-style-list .link-panel-front { |
161 | 161 | padding: 0.5em 1em; |
162 | 162 | flex-direction: row; |
163 | 163 | } |
164 | 164 |
|
165 | | -.is-bookmarks-style-list.is-link-display-alignment-horizontal-left .link-panel-front { |
| 165 | +.is-link-style-list.is-link-display-alignment-horizontal-left .link-panel-front { |
166 | 166 | justify-content: flex-start; |
167 | 167 | } |
168 | 168 |
|
169 | | -.is-bookmarks-style-list.is-link-display-alignment-horizontal-center .link-panel-front { |
| 169 | +.is-link-style-list.is-link-display-alignment-horizontal-center .link-panel-front { |
170 | 170 | justify-content: center; |
171 | 171 | } |
172 | 172 |
|
173 | | -.is-bookmarks-style-list.is-link-display-alignment-horizontal-right .link-panel-front { |
| 173 | +.is-link-style-list.is-link-display-alignment-horizontal-right .link-panel-front { |
174 | 174 | justify-content: flex-end; |
175 | 175 | } |
176 | 176 |
|
177 | | -.is-bookmarks-style-list.is-link-display-alignment-vertical-top .link-panel-front { |
| 177 | +.is-link-style-list.is-link-display-alignment-vertical-top .link-panel-front { |
178 | 178 | align-items: flex-start; |
179 | 179 | } |
180 | 180 |
|
181 | | -.is-bookmarks-style-list.is-link-display-alignment-vertical-center .link-panel-front { |
| 181 | +.is-link-style-list.is-link-display-alignment-vertical-center .link-panel-front { |
182 | 182 | align-items: center; |
183 | 183 | } |
184 | 184 |
|
185 | | -.is-bookmarks-style-list.is-link-display-alignment-vertical-bottom .link-panel-front { |
| 185 | +.is-link-style-list.is-link-display-alignment-vertical-bottom .link-panel-front { |
186 | 186 | align-items: flex-end; |
187 | 187 | } |
188 | 188 |
|
189 | | -.is-bookmarks-show-url .link-item:focus .link-panel-front, |
190 | | -.is-bookmarks-show-url .link-item:focus-within .link-panel-front, |
191 | | -.is-bookmarks-show-url .link-item:hover .link-panel-front { |
| 189 | +.is-link-show-url .link-item:focus .link-panel-front, |
| 190 | +.is-link-show-url .link-item:focus-within .link-panel-front, |
| 191 | +.is-link-show-url .link-item:hover .link-panel-front { |
192 | 192 | height: calc(100% - var(--url-height)); |
193 | 193 | } |
194 | 194 |
|
|
270 | 270 | transition: all var(--animation-speed-fast) ease-in-out; |
271 | 271 | } |
272 | 272 |
|
273 | | -.is-bookmarks-show-url .link-url { |
| 273 | +.is-link-show-url .link-url { |
274 | 274 | display: flex; |
275 | 275 | } |
276 | 276 |
|
|
301 | 301 | text-overflow: ellipsis; |
302 | 302 | } |
303 | 303 |
|
304 | | -.is-bookmarks-url-dark .link-url-text { |
| 304 | +.is-link-url-dark .link-url-text { |
305 | 305 | color: rgb(var(--black)); |
306 | 306 | } |
307 | 307 |
|
308 | | -.is-bookmarks-url-light .link-url-text { |
| 308 | +.is-link-url-light .link-url-text { |
309 | 309 | color: rgb(var(--white)); |
310 | 310 | } |
311 | 311 |
|
|
314 | 314 | display: none; |
315 | 315 | } |
316 | 316 |
|
317 | | -.is-bookmarks-show-display .link-display { |
| 317 | +.is-link-display-show .link-display { |
318 | 318 | display: block; |
319 | 319 | } |
320 | 320 |
|
|
337 | 337 | transition: color var(--animation-speed-fast) ease-in-out; |
338 | 338 | } |
339 | 339 |
|
340 | | -.is-bookmarks-style-block .link-display-letter, |
341 | | -.is-bookmarks-style-list .link-display-letter { |
| 340 | +.is-link-style-block .link-display-letter, |
| 341 | +.is-link-style-list .link-display-letter { |
342 | 342 | font-size: var(--link-display-letter-size); |
343 | 343 | } |
344 | 344 |
|
345 | | -.is-bookmarks-style-block .link-display-icon, |
346 | | -.is-bookmarks-style-list .link-display-icon { |
| 345 | +.is-link-style-block .link-display-icon, |
| 346 | +.is-link-style-list .link-display-icon { |
347 | 347 | font-size: var(--link-display-icon-size); |
348 | 348 | } |
349 | 349 |
|
350 | | -.is-bookmarks-style-block.is-bookmarks-show-name.is-bookmarks-show-display .link-panel-front>*:not(:only-child):not(:last-child) { |
| 350 | +.is-link-style-block.is-link-name-show.is-link-display-show .link-panel-front>*:not(:only-child):not(:last-child) { |
351 | 351 | margin-bottom: 0.5em; |
352 | 352 | } |
353 | 353 |
|
354 | | -.is-bookmarks-style-list.is-bookmarks-show-name.is-bookmarks-show-display .link-panel-front>*:not(:only-child):not(:last-child) { |
| 354 | +.is-link-style-list.is-link-name-show.is-link-display-show .link-panel-front>*:not(:only-child):not(:last-child) { |
355 | 355 | margin-right: 0.5em |
356 | 356 | } |
357 | 357 |
|
|
389 | 389 | text-align: right; |
390 | 390 | } |
391 | 391 |
|
392 | | -.is-bookmarks-show-name .link-name { |
| 392 | +.is-link-name-show .link-name { |
393 | 393 | display: block; |
394 | 394 | } |
395 | 395 |
|
|
410 | 410 | color: rgb(var(--gray-16)); |
411 | 411 | } |
412 | 412 |
|
413 | | -.is-bookmarks-fit-best .link-empty { |
| 413 | +.is-link-fit-best .link-empty { |
414 | 414 | grid-column-start: 1; |
415 | 415 | grid-column-end: -1; |
416 | 416 | } |
417 | 417 |
|
418 | | -.is-bookmarks-fit-custom .link-empty { |
| 418 | +.is-link-fit-custom .link-empty { |
419 | 419 | margin: 1em; |
420 | 420 | } |
421 | 421 |
|
422 | | -.is-bookmarks-style-list .link-name { |
| 422 | +.is-link-style-list .link-name { |
423 | 423 | white-space: nowrap; |
424 | 424 | } |
425 | 425 |
|
426 | | -.is-bookmarks-edit .link-panel-front, |
427 | | -.is-bookmarks-edit .link-item:hover .link-panel-front, |
428 | | -.is-bookmarks-edit .link-item:focus .link-panel-front { |
| 426 | +.is-link-edit .link-panel-front, |
| 427 | +.is-link-edit .link-item:hover .link-panel-front, |
| 428 | +.is-link-edit .link-item:focus .link-panel-front { |
429 | 429 | height: calc(100% - var(--edit-height)); |
430 | 430 | box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); |
431 | 431 | } |
432 | 432 |
|
433 | | -.is-bookmarks-edit.is-bookmarks-show-url .link-item:focus .link-panel-front, |
434 | | -.is-bookmarks-edit.is-bookmarks-show-url .link-item:focus-within .link-panel-front, |
435 | | -.is-bookmarks-edit.is-bookmarks-show-url .link-item:hover .link-panel-front { |
| 433 | +.is-link-edit.is-link-show-url .link-item:focus .link-panel-front, |
| 434 | +.is-link-edit.is-link-show-url .link-item:focus-within .link-panel-front, |
| 435 | +.is-link-edit.is-link-show-url .link-item:hover .link-panel-front { |
436 | 436 | height: calc(100% - var(--edit-height)); |
437 | 437 | } |
438 | 438 |
|
439 | | -.is-bookmarks-edit .link-control { |
| 439 | +.is-link-edit .link-control { |
440 | 440 | height: var(--edit-height); |
441 | 441 | } |
442 | 442 |
|
443 | | -.is-bookmarks-edit .link-item:hover .link-url, |
444 | | -.is-bookmarks-edit .link-item:focus .link-url { |
| 443 | +.is-link-edit .link-item:hover .link-url, |
| 444 | +.is-link-edit .link-item:focus .link-url { |
445 | 445 | height: 0; |
446 | 446 | } |
447 | 447 |
|
448 | | -.is-bookmarks-edit .link-control-item { |
| 448 | +.is-link-edit .link-control-item { |
449 | 449 | pointer-events: all; |
450 | 450 | } |
451 | 451 |
|
|
0 commit comments