1. 03 Jul, 2020 3 commits
    • Patrick H. Lauke's avatar
      Rename `sr-only`/`sr-only-focusable` (#31139) · 10690dd3
      Patrick H. Lauke authored
      
      * Rename `sr-only`/`sr-only-focusable`
      
      To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133
      
      Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
      10690dd3
    • Patrick H. Lauke's avatar
      Docs: improve/expand button documentation (#31093) · 0a6cf903
      Patrick H. Lauke authored
      * Docs: improve/expand button documentation
      
      - since we're not doing the disabled cursor thing anymore anyway, remove confusing/unnecessary mention for link-based disabled buttons
      - make the disabled toggle example using a link actually follow the preceding advice of also having `tabindex="-1"` and `aria-disabled="true"`
      - tweak the link functionality callout to also still mention `aria-disabled` to reinforce the idea
      - tweak toggle state description (not just `<button>`s, but also links etc...so just remove mention of `<button>` there; also reinforce accessibility aspect once more)
      - add a new callout that cross-references checkbox-based toggles, and what the similarity/difference between them is
      - add a matching cross-reference callout to the checkbox-based toggle buttons page
      
      * Update link to now renamed checks-radios.md
      0a6cf903
    • Patrick H. Lauke's avatar
      Docs: clarify that pointer events classes don't affect keyboard interaction (#31134) · 386f9e32
      Patrick H. Lauke authored
      * Docs: clarify that pointer events classes don't affect keyboard interaction
      
      * Neutralise example links that are `pe-none`
      386f9e32
  2. 01 Jul, 2020 6 commits
  3. 30 Jun, 2020 6 commits
  4. 27 Jun, 2020 3 commits
  5. 25 Jun, 2020 10 commits
  6. 24 Jun, 2020 2 commits
  7. 23 Jun, 2020 3 commits
    • Patrick H. Lauke's avatar
      Darken dropdown divider (#31131) · 02ff387d
      Patrick H. Lauke authored
      currently, `$gray-200` is practically imperceptible. switch to reusing `$dropdown-border-color`.
      02ff387d
    • XhmikosR's avatar
      Update .browserslistrc (#31124) · 9882de80
      XhmikosR authored
      * remove ExplorerMobile since it's included in `dead` browsers
      * change Edge to >= 16 otherwise browserslist seems to include >= 17
      9882de80
    • XhmikosR's avatar
      Update devDependencies (#31123) · 4fb01c34
      XhmikosR authored
      * @babel/cli                                 ^7.10.1  →  ^7.10.3
      * @babel/core                                ^7.10.2  →  ^7.10.3
      * @babel/plugin-proposal-object-rest-spread  ^7.10.1  →  ^7.10.3
      * @babel/preset-env                          ^7.10.2  →  ^7.10.3
      * @rollup/plugin-babel                        ^5.0.3  →   ^5.0.4
      * autoprefixer                                ^9.8.0  →   ^9.8.2
      * eslint                                      ^7.2.0  →   ^7.3.1
      * rollup                                     ^2.17.0  →  ^2.18.0
      4fb01c34
  8. 21 Jun, 2020 1 commit
    • Patrick H. Lauke's avatar
      Docs: move color utility callouts to start of page (#31135) · d6671d8f
      Patrick H. Lauke authored
      * Move color utility callouts to start of page
      
      Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes.
      
      * Change heading level
      
      otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
      d6671d8f
  9. 20 Jun, 2020 2 commits
  10. 19 Jun, 2020 4 commits