You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update manifest to v2
Bump theme version to major alpha
Update Recent Activities styles for v2
Remove red `*` for required fields
[COMM-628] Remove arrows from vote buttons
Rather than adding
* Unicode Character 'UPWARDS BLACK ARROW' (U+2B06)
* Unicode Character 'DOWNWARDS BLACK ARROW' (U+2B07)
to the vote buttons using `::before` and a font to go with those
symbols we want to use SVG to display those arrows. To style those
icons I'm also removing the `::before` selectors for the remaining
rules that deal with styling (hover highlight etc) for these elements.
The modification of the `font-size`, `display` and `flex-direction`
was to fix a centering/alignment issue with this new approach.
I've copied over this file:
https://github.com/zendeskgarden/svg-icons/blob/master/src/16/chevron-down-fill.svg
From zendeskgarden. For the upwards pointing caret I've added an SVG
transformation to the root `<svg>` element to mirror it along the
horizontal axis. Otherwise the two elements are the same.
I've also removed the `outline: none;` rule.
[COMM-629] Add SVG cog wheel to moderation actions button
The SVG is taken from `gear-stroke.svg`[1] from the Zendesk Garden SVG
Icons repository. Another possibility is `gear-fill.svg`[2] from the
same repo.
I've changed the markup from a span to a button. It has multiple
effects, one of which is making it possible to focus it with the
keyboard. I've also made the button 44px by 44px. I've also removed
the rules that removed the outline (when it's focused).
TODO:
===
Include `aria-pressed`:
> The aria-pressed attribute values of true or false identify a button
as a toggle button. A menu button is a button that controls a menu and
has an aria-haspopup property attribute set to either menu or true.
-- https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role
[1]: https://github.com/zendeskgarden/svg-icons/blob/master/src/16/gear-stroke.svg
[2]: https://github.com/zendeskgarden/svg-icons/blob/master/src/16/gear-fill.svg
Add normalize.css
Bump manifest version
User current_filter.identifier instead of the deprecated filter_by
Port notifications styles
Use SVG for notification-error icon
Remove notification-lock
Bump manifest version
[COMM-722] Center actions icon
Revert "[COMM-628] Remove arrows from vote buttons"
This reverts commit 53c7460.
Add css to fix table rendering
We had this table styling in v1, so the row border didn't render
properly in v2, so this adds those rules to v2 css.
Deprecate icon-lock
Deprecate icon-agent
Deprecate icon-comments
Inline search icon svg
Use SVG for collapsible-nav-toggle
Inline attachment icon
Use SVG for collapsible-sidebar-toggle
Use SVG in user profile page
Replace "Return to top" icon
Use SVG for promoted article icon
Missing search icons
Add SVG chevrons to dropdowns
Remove old icon styles
Change share icon styling
Bump manifest version
Remove [role="button"] global styling
Bump manifest version
Reimplement `user_info` in theme
Bump manifest version
Style v2 cursor-esque paginiation
Bump manifest version
Adding support for accessible dropdowns
Styling actions dropdowns
Styling subscribe dropdowns
Regenarate style.css
Removing bits of es6
Don't disable focus outline for checkboxes
Since `border` won't really affect checkboxes, we'll keep focus outlines
around for these.
Bump manifest version
Use classes to style comment submit buttons
Bump manifest version
Add `button` class name to `button-large` elements
These button relied on `[role="button"]` styling before, which are no
longer in v2.
Remove obsolete `role="button"` from links
Bump manifest version
Fix misaligned focus ring for share icons
Bump manifest version
Use proper ARIA attribute for top links
Bump manifest version
Use `sign_in` string for header link
`{{link 'sign_in'}}` will output a long string for unauthenticated
users, and that's not what we want.
Bump manifest version
Use proper ARIA attributes in search results page
Bump manifest version
Fix vote buttons
Revert "Aligning vote buttons with api v2"
Readd styling for [input="submit]
Bump manifest version
Fix follow button styling to display the follower count
Move Edit Profile button styling to a parent
Bump manifest version
Add `cursor: pointer;` where it's missing
Bump manifest version
Fix overlap in official comments
The actions button overlaps with the "Official comment" label, so this
re-adds the margin from v1.
Remove redundant `actions` class names
Add transparent background-color to .button
Addresses visual bugs in Firefox and Safari
Bump version
Revert "Fix overlap in official comments"
Bump version
Fix overlap in official comments
The actions button overlaps with the "Official comment" label, so this
re-adds the margin from v1. We can't add class names to {{actions}}, so
the styling is moved to an element selector.
Bump manifest version
Helpers cannot be used with an #if
Bump manifest version
Fix ARIA for subfilters on search page
Bump manifest version
Add transparent background to actions button
Bump manifest version
Styling follow buttons without using class and selected_class
Fix styling for Edit Profile button
For some reason, `sassc` transforms `.edit-profile-button > *` into
`.edit-profile-button > button` which breaks the styling.
This change also aligns the styling of other buttons.
Bump manifest version
Update vote helpers based off from the new behaviour with aria-pressed
Addressing PR feedback
Fix typo in aria-labelledby
Readding lost vote background fix
0 commit comments