summaryrefslogtreecommitdiffstats
path: root/src/components/CallView
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2023-06-12 20:06:39 +0500
committerGitHub <noreply@github.com>2023-06-12 20:06:39 +0500
commit32be4c38448b383e2df67c33e78ae20d9578931a (patch)
tree8a9abf83521bbe5f303880d0ef5b2b67db685675 /src/components/CallView
parentb053cc35e5c3ff090df7e6dcfb8e5c9611776c2a (diff)
parent37b71198483c88d8b9c3648c726cc6b72b8ce9a2 (diff)
Merge pull request #9769 from nextcloud/backport/9727/stable27
[stable27] Make pagination buttons in call (grid, stripe views) visible on call view hover
Diffstat (limited to 'src/components/CallView')
-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,