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
7cc0b011
Commit
7cc0b011
authored
May 27, 2020
by
David O'Regan
Committed by
Kushal Pandya
May 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alert table mobile hotfix
parent
b04f4c5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
18 deletions
+32
-18
app/assets/stylesheets/pages/alert_management/list.scss
app/assets/stylesheets/pages/alert_management/list.scss
+27
-18
changelogs/unreleased/alert-table-classes-hotfix.yml
changelogs/unreleased/alert-table-classes-hotfix.yml
+5
-0
No files found.
app/assets/stylesheets/pages/alert_management/list.scss
View file @
7cc0b011
...
...
@@ -14,11 +14,6 @@
padding-left
:
1
.25rem
;
@include
gl-py-5
;
@include
gl-outline-none
;
border
:
0
;
// Remove cell border styling so that we can set border styling per row
&
.event-count
{
@include
gl-pr-9
;
}
&
.alert-title
{
@include
gl-pointer-events-none
;
...
...
@@ -30,10 +25,14 @@
font-weight
:
$gl-font-weight-bold
;
color
:
$gl-gray-600
;
}
}
&
:last-child
{
td
{
@include
gl-border-0
;
@include
media-breakpoint-up
(
md
)
{
tr
{
&
:last-child
{
td
{
@include
gl-border-0
;
}
}
}
}
...
...
@@ -41,21 +40,31 @@
@include
media-breakpoint-down
(
sm
)
{
.alert-management-table
{
.table-col
{
min-height
:
68px
;
tr
{
border-top
:
0
;
&
:last-child
{
background-color
:
$gray-10
;
.table-col
{
min-height
:
68px
;
&
:
:
before
{
content
:
none
!
important
;
}
&
:last-child
{
background-color
:
$gray-10
;
&
:
:
before
{
content
:
none
!
important
;
}
div
{
width
:
100%
!
important
;
padding
:
0
!
important
;
div
{
width
:
100%
!
important
;
padding
:
0
!
important
;
}
}
}
&
:hover
{
background-color
:
$white
;
border-color
:
$white
;
border-bottom-style
:
none
;
}
}
}
}
...
...
changelogs/unreleased/alert-table-classes-hotfix.yml
0 → 100644
View file @
7cc0b011
---
title
:
Fix broken CSS classes inside alert management list
merge_request
:
33038
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