Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
Fabian Gruenwald
frag.jetzt
Commits
4a396bf2
Commit
4a396bf2
authored
Apr 25, 2021
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Staging
parent
f364f50f
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html
View file @
4a396bf2
...
...
@@ -19,7 +19,7 @@
aria-labelledby=
"search-box-input-description"
/>
<button
id=
"search_close-button"
mat-icon-button
class=
"searchBarButton close"
class=
"searchBarButton close
red
"
*ngIf=
"searchInput !== '' || search"
(click)=
"hideCommentsList=false; searchInput = ''; search = false; searchPlaceholder = '';"
>
<mat-icon>
close
</mat-icon>
...
...
src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
View file @
4a396bf2
...
...
@@ -76,6 +76,10 @@ app-comment {
color
:
var
(
--
secondary
);
}
.red
{
color
:
var
(
--
red
)
!
important
;
}
.no-comments
{
margin-top
:
10%
;
}
...
...
src/app/components/shared/comment-list/comment-list.component.html
View file @
4a396bf2
...
...
@@ -9,7 +9,7 @@
*ngIf=
"currentFilter !== ''"
(click)=
"filterComments('');"
aria-labelledby=
"close_filter"
>
<mat-icon
class=
"searchBarIcon"
>
close
</mat-icon>
<mat-icon
class=
"searchBarIcon
red
"
>
close
</mat-icon>
</button>
<mat-label
*ngIf=
"deviceType === 'desktop'"
fxLayoutAlign=
"center center"
>
...
...
@@ -27,7 +27,7 @@
aria-labelledby=
"search-box-input-description"
>
<button
id=
"search_close-button"
mat-icon-button
class=
"searchBarButton close"
class=
"searchBarButton close
red
"
*ngIf=
"searchInput !== '' || search"
(click)=
"hideCommentsList=false; searchInput = ''; search = false; searchPlaceholder = '';"
aria-labelledby=
"close_search"
>
...
...
src/app/components/shared/comment-list/comment-list.component.scss
View file @
4a396bf2
...
...
@@ -64,6 +64,10 @@ app-comment {
color
:
var
(
--
secondary
);
}
.red
{
color
:
var
(
--
red
)
!
important
;
}
.actionButton
{
width
:
45px
;
height
:
45px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment