Skip to content

Commit 10e8472

Browse files
committed
refact: revamp from custom css to bootstrap, is using inline-style
1 parent 0cc5c12 commit 10e8472

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
@bind-Value="@model.Content"></MarkdownTextArea>
3333
<ValidationMessage For="() => model.Content"></ValidationMessage>
3434

35-
<div class="btn-group position-absolute bottom-0 end-0 m-5 admin-extra-buttons">
35+
<div class="btn-group position-absolute bottom-0 end-0 m-5"
36+
style="opacity: 0.25; transition: opacity 0.2s;"
37+
onmouseover="this.style.opacity='1';" onmouseout="this.style.opacity='0.25';">>
3638
<button class="btn btn-primary btn-outlined btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
3739
More
3840
</button>

0 commit comments

Comments
 (0)