Remove unused code

This commit is contained in:
2022-08-14 22:59:28 +02:00
parent fd6fc20b13
commit 57f1dca240
5 changed files with 7 additions and 7 deletions

View File

@@ -99,14 +99,14 @@
** States
*/
// Has name
&.is-dot-only {
&:global(.is-dot-only) {
dt, dd {
opacity: 0;
}
}
// Has country
&.has-country {
&:global(.has-country) {
dd {
opacity: 1;
}