mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Rename JS sub-components so that descriptors are before the noun, not after
To be consistent with the naming in PHP world. e.g. ReplyComposer instead of ComposerReply
This commit is contained in:
@@ -329,7 +329,7 @@
|
||||
.post-icon {
|
||||
float: left;
|
||||
}
|
||||
.post-activity {
|
||||
.event-post {
|
||||
&, & a {
|
||||
color: @fl-body-muted-color;
|
||||
}
|
||||
@@ -337,11 +337,11 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.post-activity-info {
|
||||
.event-post-info {
|
||||
font-size: 15px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.post-discussion-renamed {
|
||||
.discussion-renamed-post {
|
||||
& .old-title, & .new-title {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
@@ -439,7 +439,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.post-activity {
|
||||
.event-post {
|
||||
padding-left: 30px;
|
||||
}
|
||||
.post-icon {
|
||||
|
@@ -162,7 +162,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.activity-post {
|
||||
.post-activity {
|
||||
overflow: hidden;
|
||||
|
||||
& .title {
|
||||
|
Reference in New Issue
Block a user