Merge pull request #1595 from robintown/border-priority

Give speaking border priority over hover border
This commit is contained in:
Robin 2023-09-27 07:58:07 -04:00 committed by GitHub
commit eedd19f515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {