Skip to content

Commit

Permalink
Ticket #4387 - Remove <b> from hashtags.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Jul 21, 2023
1 parent d18d826 commit a48675e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions modules/boonex/artificer/data/template/system/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ import url(../../../../../../../template/css/common.css);
clear:both;
}

.bx-tag b,
.bx-tag s {
text-decoration: none;
font-weight: normal;
}

/*--- Application ---*/
.bx-main.bx-pt-application .bx-menu-toolbar-padding {
padding-top: 0;
Expand Down
3 changes: 2 additions & 1 deletion template/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,10 @@ blockquote {
color: #999999;
}

.bx-tag b,
.bx-tag s {
text-decoration: none;
font-weight: bold;
font-weight: normal;
}

.sys-icon-a {
Expand Down

0 comments on commit a48675e

Please sign in to comment.