Skip to content

Commit

Permalink
remove unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
TPGPL committed Feb 3, 2025
1 parent 29b647b commit 12e763b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions resources/css/bem/beatmap-pack.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
z-index: 1;
}

&__author {
&--bold {
font-weight: 600;
}
}

&__body {
background-color: @osu-colour-b3;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/packs/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="beatmap-pack__name">{{ $pack->name }}</div>
<div class="beatmap-pack__details">
<span class="beatmap-pack__date">{{ json_date($pack->date) }}</span>
<span class="beatmap-pack__author">{{ osu_trans('beatmappacks.show.created_by', ['author' => "<strong>{$pack->author}</strong>"]) }}</span>
<span>{{ osu_trans('beatmappacks.show.created_by', ['author' => "<strong>{$pack->author}</strong>"]) }}</span>
</div>
</a>
<div class="beatmap-pack__body js-accordion__item-body"></div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/packs/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="beatmap-pack__name">{{ $pack->name }}</div>
<div class="beatmap-pack__details">
<span class="beatmap-pack__date">{{ json_date($pack->date) }}</span>
<span class="beatmap-pack__author">{{ osu_trans('beatmappacks.show.created_by', ['author' => "<strong>{$pack->author}</strong>"]) }}</span>
<span>{{ osu_trans('beatmappacks.show.created_by', ['author' => "<strong>{$pack->author}</strong>"]) }}</span>
</div>
</a>

Expand Down

0 comments on commit 12e763b

Please sign in to comment.