Give speaking border priority over hover border
Because that's how it works in the designs
This commit is contained in:
@@ -43,7 +43,8 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.videoTile.speaking {
|
.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) {
|
@media (hover: hover) {
|
||||||
|
|||||||
Reference in New Issue
Block a user