File tree Expand file tree Collapse file tree 11 files changed +16
-14
lines changed
Expand file tree Collapse file tree 11 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ - TMS-1160: Fix elements focus outline thickness
11+
1012## [ 1.12.0] - 2025-06-23
1113
1214- TMS-1172: Add video-fields and functionality to hero-component
Original file line number Diff line number Diff line change 2222
2323table .idc-element {
2424 & :focus {
25- outline : 0.125 rem dotted #000 ;
26- outline-offset : -0.125 rem ;
25+ outline : 0.15 rem dotted #000 ;
26+ outline-offset : -0.15 rem ;
2727 position : relative ;
2828 }
2929}
Original file line number Diff line number Diff line change 102102}
103103
104104.slick-track .modal-trigger :focus {
105- outline : 0.125 rem dotted #000000 ;
105+ outline : 0.15 rem dotted #000000 ;
106106}
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ main {
165165 text-underline-offset : .125rem ;
166166
167167 & :focus {
168- outline : .125 rem dotted $link-outline-color !important ;
168+ outline : .15 rem dotted $link-outline-color !important ;
169169 outline-offset : .125rem ;
170170 text-decoration : none !important ;
171171 }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $button-secondary-border-color: $button-primary-border-color;
3838 & :focus ,
3939 & .is-focused {
4040 border-color : $button-primary-border-color !important ;
41- outline : .125 rem dotted $black !important ;
41+ outline : .15 rem dotted $black !important ;
4242 outline-offset : .25rem !important ;
4343 }
4444
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ select {
110110 border-color : $black !important ;
111111 background-color : $white !important ;
112112 color : $black !important ;
113- outline : 0.125 rem dotted $black !important ;
113+ outline : 0.15 rem dotted $black !important ;
114114 outline-offset : 0.25rem !important ;
115115 }
116116}
Original file line number Diff line number Diff line change 99
1010 & :focus {
1111 outline-offset : 0.25rem !important ;
12- outline : .125 rem dotted $white !important ;
12+ outline : .15 rem dotted $white !important ;
1313 }
1414
1515 .icon {
7171 }
7272
7373 & :focus {
74- outline : .125 rem dotted $white !important ;
74+ outline : .15 rem dotted $white !important ;
7575 }
7676}
Original file line number Diff line number Diff line change 66 fill : $black !important ;
77 }
88 & :focus {
9- outline : 0.125 rem dotted $white !important ;
9+ outline : 0.15 rem dotted $white !important ;
1010 outline-offset : 0.25rem !important ;
1111 color : $primary !important ; // sass-lint:disable-line no-important
1212 .icon {
4242 }
4343 }
4444 & :focus {
45- outline : 0.125 rem dotted $white !important ;
45+ outline : 0.15 rem dotted $white !important ;
4646 outline-offset : 0.25rem !important ;
4747 }
4848
9393 .slick-current {
9494 & :focus {
9595 .image-carousel__item {
96- outline : 0.125 rem dotted #fff ;
96+ outline : 0.15 rem dotted #fff ;
9797 outline-offset : 0.25rem ;
9898 }
9999 }
Original file line number Diff line number Diff line change 2626 > a {
2727 & :focus {
2828 outline-offset : .2rem ;
29- outline : .125 rem dotted $white !important ;
29+ outline : .15 rem dotted $white !important ;
3030 }
3131 }
3232 }
Original file line number Diff line number Diff line change 6262
6363 & :focus {
6464 outline-offset : .2rem ;
65- outline : .125 rem dotted $white !important ;
65+ outline : .15 rem dotted $white !important ;
6666 }
6767 }
6868 }
You can’t perform that action at this time.
0 commit comments