Brad Gessler
1874510be3
Exclude html
entity from aria-busy
...
When using Pico with Rails Turbo, this would cause the page
to "jump" because Turbo adds the `aria-busy` attribute to the root
`html` entity on a page. Excluding it from this list makes the page
not jump.
2023-04-12 01:32:01 -07:00
Lucas Larroche
17b3b4cead
refactor: :not() selectors
2022-09-11 18:31:12 +07:00
Lucas Larroche
ca40486965
refactor: format tooltip
2022-09-11 14:59:43 +07:00
Kevin
8489f6a81a
feat: support directions with data-placement
2022-06-21 17:23:16 +08:00
Kevin
2e7787aef4
Support left, right, bottom directions
2022-03-15 16:16:08 +08:00
Kevin
ae058f54e0
support tooltip directions with placement property
2022-03-15 15:48:05 +08:00
Lucas Larroche
4c914d1807
chore: Update sanitize.css resets
2022-03-06 10:53:20 +07:00
Lucas Larroche
e54d1ee4f7
feat(dropdowns): Dropdowns inside nav
2022-02-27 22:43:15 +07:00
Lucas Larroche
41314ab4b0
Revert "Merge branch 'master' into dev"
...
This reverts commit 6a6d67dbab
, reversing
changes made to ba4bd765d8
.
2021-12-19 09:50:55 +07:00
Lucas Larroche
d5544ea021
Revert "Feature: modal"
2021-11-08 00:12:34 +07:00
Lucas Larroche
1b1c13b8cf
Fix: Exclude tooltip animation on touch screens
2021-11-08 00:03:24 +07:00
Lucas Larroche
f6d38a7586
Order scss properties
2021-11-02 02:54:52 +07:00
Lucas Larroche
001d1a9657
RTL support #34
2021-10-24 02:06:00 +07:00
Jarek Zgoda
cb5b746bbb
Use sass division function instead of deprecated operator
...
This effectively make the SCSS code processable only by dart-sass
because neither libsass (and node-sass in consequence) nor ruby-sass
supports new syntax. See
https://sass-lang.com/documentation/breaking-changes/slash-div for more
information.
This fixes #27
2021-08-18 12:44:54 +02:00
Lucas Larroche
dc42ec62f3
Add a loading indicator for aria-busy
2021-07-17 15:19:19 +07:00