Give speaking border priority over hover border

Because that's how it works in the designs
This commit is contained in:
Robin
2023-09-25 14:38:00 -04:00
parent 7dac9caa6b
commit 988f0a8bc9

View File

@@ -43,7 +43,8 @@ limitations under the License.
}
.videoTile.speaking {
outline: 4px solid var(--cpd-color-border-accent);
/* !important because speaking border should take priority over hover */
outline: 4px solid var(--cpd-color-border-accent) !important;
}
@media (hover: hover) {