Michał
6f3abc2cb6
Fix details inside drop-down being rendered as dropdown
...
Given a dropdown that contains an accordion within it, the accordion renders as a dropdown because the summary selector also selects the children of a dropdown element. This fixes that so it renders as expected.
```
<details class="dropdown">
<summary> Select a phase of matter... </summary>
<ul>
<li>
<details>
<summary> This is a dropdown option </summary>
<ul>
<li><label><input type="radio" name="phase" value="gas"> Gas </label></li>
<li><label><input type="radio" name="phase" value="plasma"> Plasma </label></li>
</ul>
</details>
</li>
</ul>
</details>
```
2024-09-28 11:52:54 +02:00
hybs123
2ada5ea6fe
fix:Button Padding Problem Fixed(SCSS update)
2024-03-03 13:05:39 +05:30
Lucas Larroche
ea20a9be5d
Update _loading.scss
2024-03-03 11:44:52 +07:00
Lucas Larroche
fc41088893
fix: modal close button
2024-02-17 10:51:18 +07:00
Lucas Larroche
57b3076ca8
fix: modal close button
2024-02-17 10:32:11 +07:00
Atmos4
ddd9cc4772
feat: modal
...
Accept `button[rel=prev]` as modal closing item
2024-02-13 17:27:13 +01:00
Lucas Larroche
a3b029f47d
style: nav
2024-01-28 17:04:52 +07:00
Lucas Larroche
97f3f13aa5
refactor: group
2024-01-27 19:54:45 +07:00
Lucas Larroche
4eee189dab
style: switch, dropdown, loading
2024-01-25 21:27:02 +07:00
Lucas Larroche
ef2100499b
feat: optional parent selector
2024-01-25 01:42:54 +07:00
Lucas Larroche
5a97b6baac
style: spacings
2024-01-14 19:35:49 +07:00
Lucas Larroche
1252b7bbdb
style: modal
2024-01-01 21:49:46 +07:00
Asbjørn Ulsberg
49d289b626
feat: include the close icon styles in classless
2023-12-28 14:33:38 +01:00
Lucas Larroche
357ab1f1a0
refactor: modal
2023-12-28 18:12:39 +07:00
Lucas Larroche
c7a077f1a3
refactor: update $css-var-prefix name
2023-12-28 15:36:56 +07:00
Lucas Larroche
21f9a2be62
style: modal
2023-12-28 15:32:12 +07:00
Lucas Larroche
3c96e6043b
refactor: update $css-var-prefix name
2023-12-28 13:21:52 +07:00
Lucas Larroche
f55523135c
Merge branch 'v2' into pr/416
2023-12-28 12:48:15 +07:00
Lucas Larroche
bd5cbeee6c
fix: breadcrumb
2023-12-28 12:23:23 +07:00
Lucas Larroche
441d9301ed
fix: breadcrumb
2023-12-28 12:20:34 +07:00
Lucas Larroche
2689ec2373
style: group focus
2023-12-26 20:57:54 +07:00
Lucas Larroche
7dcedac497
fix: loading component
2023-12-26 20:57:28 +07:00
Lucas Larroche
a3eb54eb87
chore: update dependencies
2023-12-24 10:41:54 +07:00
Brian Espinosa
55d5e9d879
fix: Make aria-current selector more specific on links
2023-10-20 12:10:00 -07:00
Lucas Larroche
960e793bb2
feat: exclude html
for aria-busy
...
#349
2023-04-23 10:44:33 +07:00
Lucas Larroche
4f2f597f9f
feat: support for dropdown with label
2023-04-09 12:01:33 +07:00
Lucas Larroche
f0a2480fc6
refactor: dropdown
2023-04-02 22:37:00 +07:00
Lucas Larroche
d407df3c23
refactor: CSS vars
2023-04-02 11:04:23 +07:00
Lucas Larroche
c27bdad392
feat: group
2023-04-02 10:36:52 +07:00
Lucas Larroche
395ceca401
fix: revert aria-current='false'
2023-04-02 10:06:26 +07:00
Lucas Larroche
e43ed98d29
fix: aria-current links and buttons
2023-04-01 10:10:09 +07:00
Lucas Larroche
3644e4ccb5
fix: dropdown inside a nav
2023-04-01 10:09:45 +07:00
Lucas Larroche
0fe9c4be83
feat: loading RTL support
2023-03-28 21:40:12 +07:00
Lucas Larroche
329793e828
refactor: tooltip animations
2023-03-28 21:28:51 +07:00
Lucas Larroche
0b081e3657
refactor: icons
2023-03-28 20:34:28 +07:00
Lucas Larroche
7fa3c4a099
refactor: icons and loading
2023-03-27 10:28:30 +07:00
Lucas Larroche
ecf6c0a401
fix: tooltip
2023-03-25 19:41:13 +07:00
Lucas Larroche
f611e4e5d0
style: custom breadcrumb divider
2023-03-25 19:40:57 +07:00
Lucas Larroche
32f65f1f64
style: modal
2023-03-25 12:35:22 +07:00
Lucas Larroche
aea9dd48a9
feat: remove support for submenu as nested list
2023-03-19 10:19:09 +07:00
Lucas Larroche
4eff8b48fa
style: accordion without border-bottom
2023-03-19 10:04:19 +07:00
Lucas Larroche
dbb9c25d78
style: dropdown label
2023-03-19 01:51:49 +07:00
Lucas Larroche
6c80b87a80
style: progress bar transition
2023-03-19 01:51:08 +07:00
Lucas Larroche
694a21b16f
fix: typo
2023-03-18 13:00:50 +07:00
Lucas Larroche
5fb36d98e7
refactor: clean comment
2023-03-15 22:16:28 +07:00
Lucas Larroche
ba388c9235
refactor: loading
2023-03-15 22:16:18 +07:00
Lucas Larroche
af050f9088
fix: button display
2023-03-12 12:12:18 +07:00
Lucas Larroche
682296368b
chore: build
2023-03-05 09:20:24 +07:00
Lucas Larroche
cf5b115dc2
refactor: add return line
2023-03-05 09:19:32 +07:00
Lucas Larroche
b02f10e9ac
fix: breadcrumb separator
2023-03-05 09:18:59 +07:00