Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2021-12-07 15:07:24 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-12-07 15:15:40 +0300
commit836ecf1c019d20c4fcfba0d02e3e4ee674d3bde3 (patch)
tree4c1c89d31720ae5e295414411969c5170db0d210 /src
parentb5b2c071269c9c2f9d4dda34127d3edff28b617c (diff)
fix scss deprecated syntax
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/GuestNameDialog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/GuestNameDialog.vue b/src/components/GuestNameDialog.vue
index f7f2688c8..88ac96efb 100644
--- a/src/components/GuestNameDialog.vue
+++ b/src/components/GuestNameDialog.vue
@@ -94,7 +94,7 @@ export default {
display: flex;
padding: 6px;
- & /deep/ img {
+ &::v-deep img {
margin: 0 !important;
}