summaryrefslogtreecommitdiffstats
path: root/src/components/CallView/Grid/Grid.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CallView/Grid/Grid.vue')
-rw-r--r--src/components/CallView/Grid/Grid.vue14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index ff7d910c5..bd17422e1 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -963,14 +963,6 @@ export default {
}
.grid-navigation {
- z-index: 2;
- background-color: rgba(0, 0, 0, 0.5);
-
- &:hover,
- &:focus {
- background-color: rgba(0, 0, 0, 0.8) !important;
- }
-
.grid-wrapper & {
position: absolute;
top: calc(50% - var(--default-clickable-area) / 2);
@@ -1022,10 +1014,14 @@ export default {
position: absolute !important;
top: calc(-1 * var(--default-clickable-area));
right: 0;
+}
+
+.stripe--collapse,
+.grid-navigation {
z-index: 2;
opacity: .7;
- .app-content:hover & {
+ #call-container:hover & {
background-color: rgba(0, 0, 0, 0.1) !important;
&:hover,