Fix bubble issue on CHrome

This commit is contained in:
2021-06-01 10:51:24 +02:00
parent f38ff28f4b
commit 77be0be153
8 changed files with 113 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ $bubbleshape: '<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/
.bg-bubble {
mask-image: url("data:image/svg+xml;charset=utf-8,#{$bubbleshape}");
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,#{$bubbleshape}");
}
.icon-bubble {

View File

@@ -23,6 +23,18 @@ nav {
a {
color: inherit;
text-decoration: none;
img {
height: 1.5em;
}
}
a:hover {
font-weight: bold;
img {
height: 1.7em;
}
}
}
}