Skip to content

Commit d744c00

Browse files
committed
Use explicit outline-width property instead of outline
1 parent 9e3a00d commit d744c00

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
margin: 0;
3232
padding: 0;
3333
border: 0;
34-
outline: 0;
34+
outline-width: 0;
3535
font-size: 13px;
3636
line-height: 20px;
3737
list-style: none;
@@ -600,7 +600,7 @@ a.ui-state-default:focus {
600600

601601
.ui-button:focus {
602602
border-color: #0066ff;
603-
outline: 0;
603+
outline-width: 0;
604604
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
605605
}
606606

@@ -620,7 +620,7 @@ a.ui-button {
620620
.ui-button.ui-state-focus {
621621
/* 1 */
622622
border-color: #0066ff !important;
623-
outline: 0;
623+
outline-width: 0;
624624
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
625625
}
626626

@@ -1308,7 +1308,7 @@ label.ui-state-active.ui-button:active {
13081308
margin: 0;
13091309
padding: 0;
13101310
border-color: #d4d4d4;
1311-
outline: 0;
1311+
outline-width: 0;
13121312
/* 1 */
13131313
font-size: 13px;
13141314
line-height: 1.38461538461538em;
@@ -1497,7 +1497,7 @@ label.ui-state-active.ui-button:active {
14971497

14981498
.ui-selectmenu-button:focus {
14991499
border-color: #0066ff;
1500-
outline: 0;
1500+
outline-width: 0;
15011501
}
15021502

15031503
.ui-selectmenu-button span.ui-icon {

dist/textpattern/jquery-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/modules/_button.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
&:focus {
7272
border-color: $color-link-focus;
73-
outline: 0;
73+
outline-width: 0;
7474
@if $flat-theme < 1 {
7575
box-shadow: $inset-highlighting;
7676
}
@@ -95,7 +95,7 @@ a.ui-button {
9595
.ui-button.ui-state-focus {
9696
/* 1 */
9797
border-color: $color-link-focus !important;
98-
outline: 0;
98+
outline-width: 0;
9999
@if $flat-theme < 1 {
100100
box-shadow: $inset-highlighting;
101101
}

src/sass/modules/_core.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
margin: 0;
3333
padding: 0;
3434
border: 0;
35-
outline: 0;
35+
outline-width: 0;
3636
font-size: $base-font-size;
3737
line-height: $base-line-height;
3838
list-style: none;

src/sass/modules/_menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
@if $flat-theme < 1 {
6969
border-color: $color-border-light;
7070
}
71-
outline: 0;
71+
outline-width: 0;
7272
/* 1 */
7373
font-size: $base-font-size;
7474
line-height: 1.38461538461538em; // 18px / 13px

src/sass/modules/_selectmenu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
&:focus {
5353
border-color: $color-link-focus;
54-
outline: 0;
54+
outline-width: 0;
5555
}
5656

5757
span.ui-icon {

0 commit comments

Comments
 (0)