File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,10 +36,9 @@ footer {
3636 }
3737
3838 & :focus {
39- outline-color : rgba ($white , 0.8 );
40- outline-offset : 2px ;
4139 // `outline-offset` is not applied on Chrome on Windows, if `outline-style` is `auto.
42- outline-style : solid ;
40+ outline : 1px solid rgba ($white , 0.8 );
41+ outline-offset : 2px ;
4342 }
4443 }
4544
Original file line number Diff line number Diff line change @@ -99,10 +99,9 @@ aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
9999 padding : 8px 0 ;
100100
101101 & :focus {
102- outline-color : $focus-outline-ondark ;
103- outline-offset : 4px ;
104102 // `outline-offset` is not applied on Chrome on Windows, if `outline-style` is `auto.
105- outline-style : solid ;
103+ outline : 1px solid $focus-outline-ondark ;
104+ outline-offset : 4px ;
106105 }
107106
108107 @media screen and (max-width : 991px ) {
@@ -245,10 +244,9 @@ aio-search-box.search-container {
245244 margin : 0 -16px ;
246245
247246 & :focus {
248- outline-color : $focus-outline-ondark ;
249- outline-offset : -16px ;
250247 // `outline-offset` is not applied on Chrome on Windows, if `outline-style` is `auto.
251- outline-style : solid ;
248+ outline : 1px solid $focus-outline-ondark ;
249+ outline-offset : -16px ;
252250 }
253251
254252 @media screen and (max-width : 480px ) {
You can’t perform that action at this time.
0 commit comments