summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2023-06-12 13:18:52 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-06-12 13:13:13 +0000
commit37b71198483c88d8b9c3648c726cc6b72b8ce9a2 (patch)
tree453db5657e8ff07308d5d0d7dd12525b31c6214a /src
parent1ba91fe80f33449373d75827caddb5f16387fd46 (diff)
align hover styles for navigation buttons with collapse button
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Diffstat (limited to 'src')
-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,