Lucas Larroche
|
42aa7d2e34
|
Merge branch 'dev' into remove-a-disabled-css
|
2021-12-31 12:58:08 +07:00 |
|
Lucas Larroche
|
07817a3fd1
|
Fix disabled for button link without href
|
2021-12-31 12:51:37 +07:00 |
|
Lucas Larroche
|
a7d549e574
|
Merge branch 'dev' into dev
|
2021-12-31 12:23:48 +07:00 |
|
Lucas Larroche
|
8fadb0e7e8
|
feat(labels): Add css var to fieldset legend
|
2021-12-31 12:20:57 +07:00 |
|
Lucas Larroche
|
568f3c646d
|
Update .headings SCSS code and docs
|
2021-12-31 11:42:44 +07:00 |
|
AmiralBl3ndic
|
56c310fe99
|
fix: make .headings an alternative only when classes are enabled
|
2021-12-29 19:38:23 +01:00 |
|
AmiralBl3ndic
|
ed120df03b
|
Feat: add a class alternative to hgroup
|
2021-12-29 19:22:08 +01:00 |
|
Markus Siering
|
dd96dd0b5a
|
feat(labels): add optional font weight
which can be set separately from the standard font weight
to put emphasis on the form labels if needed.
closes #79
|
2021-12-25 16:01:19 +01:00 |
|
Masahiko Shin
|
6068002080
|
Fix button.scss.
The `<a>` tag does not have `disabled` attribute and in order to "disable" them it is recommended to remove href attribute.
https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element
https://www.w3.org/TR/2021/REC-html-aria-20211209/#el-a
|
2021-12-25 18:19:15 +09:00 |
|
Timothy Wright
|
87dd49973b
|
Align kbd to baseline
|
2021-12-20 10:42:01 -05:00 |
|
Timothy Wright
|
5a832744b1
|
Align text to baseline in mark
|
2021-12-19 17:22:47 -05: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
|
6a6d67dbab
|
Merge branch 'master' into dev
|
2021-12-19 09:50:15 +07:00 |
|
Lucas Larroche
|
0b3f1656f2
|
Style: Add focus for aria-invalid form elements
|
2021-11-08 01:55:20 +07:00 |
|
Lucas Larroche
|
d5544ea021
|
Revert "Feature: modal"
|
2021-11-08 00:12:34 +07:00 |
|
Lucas Larroche
|
c66f9911e2
|
Fix: Input aria-invalid
|
2021-11-07 12:32:09 +07:00 |
|
Lucas Larroche
|
15aafb84df
|
Fix: Date & Time aria-invalid
|
2021-11-07 12:26:29 +07:00 |
|
Lucas Larroche
|
caa104850f
|
Merge branch 'dev' into feat-modal
|
2021-11-02 11:00:14 +07:00 |
|
Lucas Larroche
|
f6d38a7586
|
Order scss properties
|
2021-11-02 02:54:52 +07:00 |
|
Lucas Larroche
|
41ef519d32
|
Merge branch 'dev' into feat-modal
|
2021-10-31 08:50:55 +07:00 |
|
Lucas Larroche
|
e329c85d28
|
Fix: checkbox and radio aria-invalid #44
|
2021-10-25 09:30:01 +07:00 |
|
Lucas Larroche
|
7552bda6fd
|
Feat modal: Global styles
|
2021-10-24 15:24:57 +07:00 |
|
Lucas Larroche
|
5f6e3c1abd
|
Prettify code
|
2021-10-24 12:33:20 +07:00 |
|
Lucas Larroche
|
001d1a9657
|
RTL support #34
|
2021-10-24 02:06:00 +07:00 |
|
Lucas Larroche
|
6363f84087
|
Fix: input[aria-invalid] text overlaps the icon #35
|
2021-10-23 23:32:09 +07:00 |
|
Lucas Larroche
|
d64bb2343d
|
Code: Enhance style
|
2021-10-23 18:27:19 +07:00 |
|
Lucas Larroche
|
320275ff99
|
Form: Fix label and legend vertical-align
|
2021-10-23 17:41:07 +07:00 |
|
Lucas Larroche
|
df2ae94742
|
Fix: Code inside article #36
|
2021-10-23 17:28:31 +07:00 |
|
Lucas Larroche
|
3c58a9c44d
|
Improve scss: [type=range]
|
2021-10-23 16:51:44 +07:00 |
|
Lucas Larroche
|
10ae20608a
|
Improve scss: [type="color"]
|
2021-10-23 16:27:45 +07:00 |
|
Lucas Larroche
|
6ffe09837b
|
Browser support: [type="file"]
|
2021-10-23 16:24:10 +07:00 |
|
Lucas Larroche
|
08d6d34f44
|
Fix: Input hidden #39
|
2021-10-23 12:35:15 +07:00 |
|
Lucas Larroche
|
2986278b15
|
Merge pull request #28 from zgoda/sass_division
Sass division
|
2021-09-04 11:46:26 +07:00 |
|
Lucas Larroche
|
ed31173735
|
Fix ul font-size
+ Clean rebuild
|
2021-09-04 11:41:14 +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
|
cc164857b9
|
Define inlined code font-size with em unit
|
2021-07-28 09:53:28 +07:00 |
|
Lucas Larroche
|
fbf3d4f27f
|
Clean textarea reset
|
2021-07-25 16:40:52 +07:00 |
|
Lucas Larroche
|
dc42ec62f3
|
Add a loading indicator for aria-busy
|
2021-07-17 15:19:19 +07:00 |
|
Lucas Larroche
|
0e7894c48e
|
Clean comments
|
2021-07-17 10:26:38 +07:00 |
|
Lucas Larroche
|
537f5008c2
|
Small fixes
- @mixin and @include for dark scheme
- unset `--font-weight` in `hgroup`
|
2021-07-03 00:22:17 +07:00 |
|
Lucas Larroche
|
dd534ef6a6
|
New --button-box-shadow var
+ rename `--form-element-focus` to `--form-element-focus-color`
+ code cleaning
|
2021-07-02 22:18:14 +07:00 |
|
Lucas Larroche
|
d12af72cab
|
CSS Vars refactoring
|
2021-07-02 16:54:41 +07:00 |
|
Lucas
|
431f0e6f8f
|
Input helper (<small>) margin adjustment
|
2020-10-28 07:55:28 +07:00 |
|
Lucas
|
78a1c879a0
|
Prevent breaking changes for validation states
|
2020-10-27 17:12:36 +07:00 |
|
Lucas
|
d49c7ffcf2
|
Define validation states with aria-invalid
|
2020-10-27 12:25:53 +07:00 |
|
Lucas
|
c49273df6c
|
Consitent CSS declaration for buttons
|
2020-10-27 12:23:41 +07:00 |
|
Lucas
|
c4fb3ec4af
|
Fix [type="range"]:focus
|
2020-10-01 09:56:08 +07:00 |
|
Lucas
|
c89db4ec2d
|
Small fixes
- Lighter <mark>
- Better <hgroup>
- Edit hover for [type="range"]
- button.outline border-width dynamization
- Fix font-family for headings
|
2020-09-30 17:20:28 +07:00 |
|
Lucas
|
2c9d79f361
|
Add tooltip animation
+ Disable focus for input[type=file]
|
2020-09-30 11:23:26 +07:00 |
|
Lucas
|
c74bb0eabe
|
Add progress bar
|
2020-09-30 10:28:06 +07:00 |
|