Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7b521398
Commit
7b521398
authored
Jul 01, 2020
by
Olena Horal-Koretska
Committed by
Kushal Pandya
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alert list stying issues
parent
d47ebd07
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
27 deletions
+10
-27
app/assets/javascripts/alert_management/components/alert_management_list.vue
...pts/alert_management/components/alert_management_list.vue
+2
-3
app/assets/stylesheets/pages/alert_management/list.scss
app/assets/stylesheets/pages/alert_management/list.scss
+3
-24
changelogs/unreleased/221242-fix-alerts-list-sorting.yml
changelogs/unreleased/221242-fix-alerts-list-sorting.yml
+5
-0
No files found.
app/assets/javascripts/alert_management/components/alert_management_list.vue
View file @
7b521398
...
...
@@ -74,9 +74,8 @@ export default {
{
key
:
'
title
'
,
label
:
s__
(
'
AlertManagement|Alert
'
),
thClass
:
`
${
thClass
}
gl-pointer-events-none`
,
thClass
:
`gl-pointer-events-none`
,
tdClass
,
sortable
:
false
,
},
{
key
:
'
eventCount
'
,
...
...
@@ -88,7 +87,7 @@ export default {
{
key
:
'
assignees
'
,
label
:
s__
(
'
AlertManagement|Assignees
'
),
thClass
:
'
gl-w-eighth
'
,
thClass
:
'
gl-w-eighth
gl-pointer-events-none
'
,
tdClass
,
},
{
...
...
app/assets/stylesheets/pages/alert_management/list.scss
View file @
7b521398
...
...
@@ -8,14 +8,9 @@
outline
:
none
;
}
>
:not
([
aria-sort
=
'none'
])
.b-table-sort-icon-left
:hover::before
{
content
:
''
!
important
;
}
td
,
th
{
// TODO: There is no gl-pl-9 utlity for this padding, to be done and then removed.
padding-left
:
1
.25rem
;
@include
gl-pl-9
;
@include
gl-py-5
;
@include
gl-outline-none
;
@include
gl-relative
;
...
...
@@ -26,24 +21,8 @@
font-weight
:
$gl-font-weight-bold
;
color
:
$gl-gray-600
;
&
:hover::before
{
left
:
3%
;
top
:
34%
;
@include
gl-absolute
;
content
:
url("data:image/svg+xml,%3Csvg \
xmlns='http://www.w3.org/2000/svg' \
width='14' height='14' viewBox='0 0 16 \
16'%3E%3Cpath fill='%23BABABA' fill-rule='evenodd' \
d='M11.707085,11.7071 L7.999975,15.4142 L4.292875,11.7071 \
C3.902375,11.3166 3.902375,10.6834 \
4.292875,10.2929 C4.683375,9.90237 \
5.316575,9.90237 5.707075,10.2929 \
L6.999975,11.5858 L6.999975,2 C6.999975,1.44771 \
7.447695,1 7.999975,1 C8.552255,1 8.999975,1.44771 \
8.999975,2 L8.999975,11.5858 L10.292865,10.2929 \
C10.683395,9.90237 11.316555,9.90237 11.707085,10.2929 \
C12.097605,10.6834 12.097605,11.3166 11.707085,11.7071 \
Z'/%3E%3C/svg%3E%0A")
;
&
[
aria-sort
=
'none'
]
:hover
{
background-image
:
url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="4 0 8 16"%3e %3cpath style="fill: %23BABABA;" fill-rule="evenodd" d="M11.707085,11.7071 L7.999975,15.4142 L4.292875,11.7071 C3.902375,11.3166 3.902375, 10.6834 4.292875,10.2929 C4.683375,9.90237 5.316575,9.90237 5.707075,10.2929 L6.999975, 11.5858 L6.999975,2 C6.999975,1.44771 7.447695,1 7.999975,1 C8.552255,1 8.999975,1.44771 8.999975,2 L8.999975,11.5858 L10.292865,10.2929 C10.683395 ,9.90237 11.316555,9.90237 11.707085,10.2929 C12.097605,10.6834 12.097605,11.3166 11.707085,11.7071 Z"/%3e %3c/svg%3e')
;
}
}
}
...
...
changelogs/unreleased/221242-fix-alerts-list-sorting.yml
0 → 100644
View file @
7b521398
---
title
:
Fix alert sort styling issues
merge_request
:
35741
author
:
type
:
fixed
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