Skip to content

Commit

Permalink
💄 style: update a little style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Core committed Apr 18, 2024
1 parent 588026c commit 0e8cba1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Expand Up @@ -2,7 +2,7 @@

@if (!string.IsNullOrEmpty(Value))
{
<MIcon Class="ml-2">
<MIcon Class="ml-2" Size="20">
@Value
</MIcon>
}
Expand Down
1 change: 1 addition & 0 deletions src/SwashbucklerDiary.Rcl/Pages/ReadPage.razor
Expand Up @@ -134,6 +134,7 @@
@foreach (var item in Tags)
{
<MChip @key="item.Id"
Style="pointer-events:none;"
Outlined="true">
@(item.Name)
</MChip>
Expand Down
9 changes: 0 additions & 9 deletions src/SwashbucklerDiary.Rcl/wwwroot/css/app.css
Expand Up @@ -187,11 +187,6 @@ html {
color: rgba(0,0,0,.87) !important;
}

.theme--light .my-btn-chip {
border-color: #BDBDBD !important;
color: rgba(0,0,0,.87) !important;
}

@media (hover: none) {
.d-no-hover-none {
display: none;
Expand Down Expand Up @@ -477,10 +472,6 @@ html {
}
}

.m-chip.m-chip--outlined {
padding: 0 16px;
}

.dynamic-list-item-collection > .m-divider__wrapper:last-child {
display: none !important;
}
Expand Down

0 comments on commit 0e8cba1

Please sign in to comment.