mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-10 23:17:53 +00:00
fix class name
This commit is contained in:
parent
f07a28f721
commit
c81e0decd2
@ -211,11 +211,11 @@
|
||||
transition: opacity .2s ease-in-out;
|
||||
}
|
||||
|
||||
.bloor-2 {
|
||||
.blur-2 {
|
||||
filter: blur(2px);
|
||||
}
|
||||
|
||||
.bloor-hover-0:hover {
|
||||
.blur-hover-0:hover {
|
||||
filter: blur(0);
|
||||
}
|
||||
|
||||
|
@ -264,7 +264,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
||||
border-radius-3
|
||||
background-color-night
|
||||
<?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>
|
||||
<div class="float-right opacity-0 parent-hover-opacity-09">
|
||||
<?php if (!$magnet->public) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user