Browse Source

fix class name

main
ghost 1 year ago
parent
commit
c81e0decd2
  1. 4
      src/public/assets/theme/default/css/framework.css
  2. 2
      src/public/index.php

4
src/public/assets/theme/default/css/framework.css

@ -211,11 +211,11 @@ @@ -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);
}

2
src/public/index.php

@ -264,7 +264,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?> @@ -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…
Cancel
Save