projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfedf8
)
Use of explicit font weight `600` instead of `bold`
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 18 Aug 2020 17:54:44 +0000
(19:54 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 18 Aug 2020 17:54:44 +0000
(19:54 +0200)
wcfsetup/install/files/style/bbcode/code.scss
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/ui/messageGroup.scss
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/ui/tabularBox.scss
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/bbcode/code.scss
b/wcfsetup/install/files/style/bbcode/code.scss
index 13dafe1c5c1f7195bd2f78cd189a94b873bfc34d..948716878036d05b53213cf8f268eebdea3135d6 100644
(file)
--- a/
wcfsetup/install/files/style/bbcode/code.scss
+++ b/
wcfsetup/install/files/style/bbcode/code.scss
@@
-213,7
+213,7
@@
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc
.token.important,
.token.bold {
- font-weight:
bold
;
+ font-weight:
600
;
}
.token.italic {
font-style: italic;
@@
-222,4
+222,4
@@
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc
.token.entity {
cursor: help;
}
-
\ No newline at end of file
+
diff --git
a/wcfsetup/install/files/style/ui/messageGroup.scss
b/wcfsetup/install/files/style/ui/messageGroup.scss
index cc9e14e35129828e28a52befc79429afa79ec1c6..ff2dd41aa63cb45b263146e8335e959da1a827d9 100644
(file)
--- a/
wcfsetup/install/files/style/ui/messageGroup.scss
+++ b/
wcfsetup/install/files/style/ui/messageGroup.scss
@@
-218,7
+218,7
@@
.tabularListColumns.new,
tr.new { // deprecated
.columnSubject > h3 > .messageGroupLink {
- font-weight:
bold
;
+ font-weight:
600
;
}
}
diff --git
a/wcfsetup/install/files/style/ui/tabularBox.scss
b/wcfsetup/install/files/style/ui/tabularBox.scss
index 47941d07136c45b7f5434483fc852a0bba59e511..8f48a5dc57dc6267685589830204c07f52f295bb 100644
(file)
--- a/
wcfsetup/install/files/style/ui/tabularBox.scss
+++ b/
wcfsetup/install/files/style/ui/tabularBox.scss
@@
-212,7
+212,7
@@
}
&.columnTitle {
- font-weight:
bold
;
+ font-weight:
600
;
text-align: left;
}