fix class name

This commit is contained in:
ghost 2023-08-28 22:22:16 +03:00
parent f07a28f721
commit c81e0decd2
2 changed files with 3 additions and 3 deletions

View file

@ -211,11 +211,11 @@
transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out;
} }
.bloor-2 { .blur-2 {
filter: blur(2px); filter: blur(2px);
} }
.bloor-hover-0:hover { .blur-hover-0:hover {
filter: blur(0); filter: blur(0);
} }

View file

@ -264,7 +264,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
border-radius-3 border-radius-3
background-color-night background-color-night
<?php echo !$magnet->public || !$magnet->approved ? 'opacity-06 opacity-hover-1' : false ?>"> <?php echo !$magnet->public || !$magnet->approved ? 'opacity-06 opacity-hover-1' : false ?>">
<div class="<?php echo $magnet->sensitive ? 'bloor-2 bloor-hover-0' : false ?>"> <div class="<?php echo $magnet->sensitive ? 'blur-2 blur-hover-0' : false ?>">
<h2 class="margin-b-8"><?php echo $magnet->metaTitle ?></h2> <h2 class="margin-b-8"><?php echo $magnet->metaTitle ?></h2>
<div class="float-right opacity-0 parent-hover-opacity-09"> <div class="float-right opacity-0 parent-hover-opacity-09">
<?php if (!$magnet->public) { ?> <?php if (!$magnet->public) { ?>