beercss 4.0.11 → 4.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,7 +93,7 @@ menu > li:last-child {
93
93
  border-bottom-right-radius: inherit;
94
94
  }
95
95
 
96
- menu > li:hover {
96
+ menu:not(.group) > li:hover {
97
97
  background-color: color-mix(in srgb, currentColor 10%, transparent);
98
98
  }
99
99
 
@@ -211,7 +211,8 @@ menu.large-space > li {
211
211
  min-block-size: 4rem;
212
212
  }
213
213
 
214
- menu.group {
214
+ menu.group,
215
+ menu.group > li {
215
216
  padding: 0;
216
217
  inline-size: 100%;
217
218
  min-inline-size: auto;
@@ -221,22 +222,14 @@ menu.group {
221
222
  box-shadow: none;
222
223
  }
223
224
 
224
- menu.group > li {
225
- box-shadow: none;
226
- padding: 0;
227
- }
228
-
229
- menu.group > li:hover {
230
- background: none;
231
- }
232
-
233
225
  menu.group > li > menu {
234
226
  opacity: 1;
235
227
  visibility: visible;
236
228
  position: relative;
237
229
  inset: 0;
238
- transform: none;
239
230
  max-block-size: none;
231
+ transform: none;
232
+ transition: none;
240
233
  border-radius: 1rem 1rem 0.5rem 0.5rem;
241
234
  }
242
235
 
@@ -325,13 +318,13 @@ menu > li:nth-last-of-type(11) {
325
318
  }
326
319
 
327
320
  @media (pointer: coarse) {
328
- :not(menu, [data-ui]):hover > menu {
321
+ :not(menu, [data-ui],):hover > menu:not(.min, .max, .group) {
329
322
  opacity: 1;
330
323
  visibility: visible;
331
324
  transform: scale(1) translateY(100%);
332
325
  }
333
326
 
334
- :not(menu, [data-ui]):hover > menu.top {
327
+ :not(menu, [data-ui]):hover > menu.top:not(.min, .max, .group) {
335
328
  transform: scale(1) translateY(-100%);
336
329
  }
337
330
  }
@@ -4,7 +4,7 @@
4
4
  font-style: normal;
5
5
  font-weight: 400;
6
6
  font-display: swap;
7
- src: url(../fonts/material-symbols-outlined.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.11/dist/cdn/material-symbols-outlined.woff2) format("woff2");
7
+ src: url(../fonts/material-symbols-outlined.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.13/dist/cdn/material-symbols-outlined.woff2) format("woff2");
8
8
  }
9
9
 
10
10
  /* rounded icons */
@@ -13,7 +13,7 @@
13
13
  font-style: normal;
14
14
  font-weight: 400;
15
15
  font-display: swap;
16
- src: url(../fonts/material-symbols-rounded.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.11/dist/cdn/material-symbols-rounded.woff2) format("woff2");
16
+ src: url(../fonts/material-symbols-rounded.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.13/dist/cdn/material-symbols-rounded.woff2) format("woff2");
17
17
  }
18
18
 
19
19
  /* sharp icons */
@@ -22,7 +22,7 @@
22
22
  font-style: normal;
23
23
  font-weight: 400;
24
24
  font-display: swap;
25
- src: url(../fonts/material-symbols-sharp.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.11/dist/cdn/material-symbols-sharp.woff2) format("woff2");
25
+ src: url(../fonts/material-symbols-sharp.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.13/dist/cdn/material-symbols-sharp.woff2) format("woff2");
26
26
  }
27
27
 
28
28
  /* subset of only required icons */
@@ -31,5 +31,5 @@
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
33
  font-display: swap;
34
- src: url(../fonts/material-symbols-subset.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.11/dist/cdn/material-symbols-subset.woff2) format("woff2");
34
+ src: url(../fonts/material-symbols-subset.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.13/dist/cdn/material-symbols-subset.woff2) format("woff2");
35
35
  }