fix(button): added correct focus-visible style #47#279
Merged
mart-sessman merged 1 commit intorcfrom Jan 20, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
airikej
approved these changes
Jan 20, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Jan 29, 2026
# [6.0.0](angular-5.0.0...angular-6.0.0) (2026-01-29) ### Bug Fixes * **alert:** changed DOM order of alert elements [#44](#44) ([#278](#278)) ([d5974e3](d5974e3)) * **alert:** fixed close button overlapping text [#282](#282) ([#287](#287)) ([d2c8e1b](d2c8e1b)) * **breadcrumbs:** migrated from ngFor to new [@for](https://github.com/for) loop with proper item tracking [#305](#305) ([#306](#306)) ([c3916b3](c3916b3)) * **button:** added correct focus-visible style [#47](#47) ([#279](#279)) ([431eda9](431eda9)) * **carousel:** carousel wcag fixes [#241](#241) ([#263](#263)) ([91b6913](91b6913)) * **date-picker:** fixed Date object comparison, fixed WCAG problems [#259](#259) ([#269](#269)) ([0a8277f](0a8277f)) * **file-dropzone:** make file dropzone update forms on deletion, and use form validation instead of it's own internal implementation ([#239](#239)) ([86ebc6f](86ebc6f)), closes [#66](#66) [#66](#66) [#66](#66) [#66](#66) [#66](#66) * **file-dropzone:** remove single console.log [#66](#66) ([#288](#288)) ([3abde8d](3abde8d)) * **header:** fixed header-profile aria-label being read as js code [#291](#291) ([#292](#292)) ([5b626fe](5b626fe)) * **info-button:** added default aria-label [#46](#46) ([#265](#265)) ([a76084f](a76084f)) * **info-button:** fixed circular service import [#46](#46) ([cf49aad](cf49aad)) * **label:** wcag-compliant required label handling [#50](#50) ([#277](#277)) ([ebfdd96](ebfdd96)) * **modal, table-of-contents:** fix import paths [#243](#243) ([#264](#264)) ([2b95a3f](2b95a3f)) * **modal:** use correct z-index variable, default footer align to flex-end [#301](#301) ([#302](#302)) ([c590b0a](c590b0a)) * **number-field:** wcag fixes [#43](#43) ([#286](#286)) ([b24368f](b24368f)) * **row, col, collapse:** added tedi-prefix to class names [#251](#251) ([#274](#274)) ([3064c28](3064c28)) * **sidenav:** added presentation role to list item components [#303](#303) ([#304](#304)) ([1713ac9](1713ac9)) * **sidenav:** fixed SR semantics, added focus handling and styles [#207](#207) ([#289](#289)) ([865fb38](865fb38)) * **text-group, label:** improved SR accessibility, extended tedi-label usage [#49](#49) ([3900e16](3900e16)) * **toggle, number-field:** renamed id to inputId [#24](#24) ([#266](#266)) ([d451a56](d451a56)) * **toggle:** fixed handle position of active state for default size [#256](#256) ([#257](#257)) ([8357069](8357069)) * **tooltip:** wcag improvements [#45](#45) ([#267](#267)) ([a860c06](a860c06)) ### Features * **toast:** toast tedi-ready component [#270](#270) ([#271](#271)) ([d5e7954](d5e7954)) * **vertical-stepper:** add community vertical stepper [#254](#254) ([#296](#296)) ([a5d9e82](a5d9e82)) ### BREAKING CHANGES * **toggle, number-field:** toggle and number-field components must switch to inputId input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inverted buttons must have dual color outline for focus-visible state which cannot be done with outline, must use box-shadow (also defined in Figma)