mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Merge pull request #1595 from robintown/border-priority
Give speaking border priority over hover border
This commit is contained in:
commit
eedd19f515
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user