Fix a chrome bug in versions lower than 86

https://bugs.chromium.org/p/chromium/issues/detail?id=375693
This commit is contained in:
Javi Martín
2021-03-08 10:50:52 +01:00
committed by taitus
parent 79efdc6fd3
commit d1675750b8
2 changed files with 9 additions and 4 deletions

View File

@@ -17,7 +17,6 @@
}
.goals {
@extend %sdg-goal-list-expanded;
+ label {
@include element-invisible;
@@ -27,6 +26,10 @@
font-weight: normal;
font-style: italic;
}
}
.goal-list {
@extend %sdg-goal-list-expanded;
input {
@include element-invisible;