Improve public comments display
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5929c7dab7
commit
e856566361
@ -11,7 +11,8 @@ a {
|
|||||||
&.router-link-active,
|
&.router-link-active,
|
||||||
&.comment-link,
|
&.comment-link,
|
||||||
&.pagination-link,
|
&.pagination-link,
|
||||||
&.datepicker-cell {
|
&.datepicker-cell,
|
||||||
|
&.list-item {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -27,3 +28,25 @@ input.input {
|
|||||||
figure img.is-rounded {
|
figure img.is-rounded {
|
||||||
border: 1px solid #cdcaea;
|
border: 1px solid #cdcaea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$color-black: #000;
|
||||||
|
|
||||||
|
.mention {
|
||||||
|
background: rgba($color-black, 0.1);
|
||||||
|
color: rgba($color-black, 0.6);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 0.2rem;
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-right: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mention-suggestion {
|
||||||
|
color: rgba($color-black, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mention .mention {
|
||||||
|
background: initial;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
@ -687,24 +687,6 @@ $color-white: #eee;
|
|||||||
color: $color-white;
|
color: $color-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mention {
|
|
||||||
background: rgba($color-black, 0.1);
|
|
||||||
color: rgba($color-black, 0.6);
|
|
||||||
font-size: 0.9rem;
|
|
||||||
font-weight: bold;
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 0.2rem;
|
|
||||||
white-space: nowrap;
|
|
||||||
margin-right: 0.2rem;
|
|
||||||
}
|
|
||||||
.mention-suggestion {
|
|
||||||
color: rgba($color-black, 0.6);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mention .mention {
|
|
||||||
background: initial;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.suggestion-list {
|
.suggestion-list {
|
||||||
padding: 0.2rem;
|
padding: 0.2rem;
|
||||||
|
@ -79,5 +79,10 @@ export default class IdentityPickerWrapper extends Vue {
|
|||||||
.inline {
|
.inline {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media {
|
||||||
|
border-top: none;
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user