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

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