fix(all): overlay components no longer display outline when focused (#21226)

This commit is contained in:
Liam DeBeasi
2020-05-07 16:33:51 -04:00
committed by GitHub
parent cae389bd12
commit bb62023a0c
7 changed files with 17 additions and 3 deletions

View File

@ -52,6 +52,8 @@
display: block;
position: fixed;
outline: none;
font-family: $font-family-base;
touch-action: none;
@ -210,4 +212,4 @@
opacity: var(--button-background-hover-opacity);
}
}
}
}

View File

@ -32,6 +32,8 @@
align-items: center;
justify-content: center;
outline: none;
font-family: $font-family-base;
contain: strict;

View File

@ -33,6 +33,8 @@
align-items: center;
justify-content: center;
outline: none;
font-family: $font-family-base;
contain: strict;
@ -72,4 +74,4 @@
.spinner-crescent,
.spinner-dots {
color: var(--spinner-color);
}
}

View File

@ -45,6 +45,8 @@
align-items: center;
justify-content: center;
outline: none;
contain: strict;
}
@ -77,7 +79,7 @@
.modal-shadow {
position: absolute;
background: transparent;
}

View File

@ -40,6 +40,8 @@
width: 100%;
height: 100%;
outline: none;
font-family: $font-family-base;
contain: strict;

View File

@ -32,6 +32,8 @@
align-items: center;
justify-content: center;
outline: none;
color: $popover-text-color;
z-index: $z-index-overlay;

View File

@ -49,6 +49,8 @@
width: 100%;
height: 100%;
outline: none;
color: var(--color);
font-family: $font-family-base;