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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
485a2a7a
Commit
485a2a7a
authored
Oct 05, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make flash-alert background transparent to match flash-notice.
parent
c9396bc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/framework/flash.scss
app/assets/stylesheets/framework/flash.scss
+2
-7
No files found.
CHANGELOG
View file @
485a2a7a
...
...
@@ -33,6 +33,7 @@ v 8.13.0 (unreleased)
- Only update issuable labels if they have been changed
- Take filters in account in issuable counters. !6496
- Use custom Ruby images to test builds (registry.dev.gitlab.org/gitlab/gitlab-build-images:*)
- Prevent flash alert text from being obscured when container is fluid
- Append issue template to existing description !6149 (Joseph Frazier)
- Revoke button in Applications Settings underlines on hover.
- Add missing values to linter !6276 (Katarzyna Kobierska Ula Budziszewska)
...
...
app/assets/stylesheets/framework/flash.scss
View file @
485a2a7a
...
...
@@ -21,7 +21,8 @@
.flash-notice
,
.flash-alert
{
border-radius
:
$border-radius-default
;
.container-fluid.container-limited.flash-text
{
.container-fluid
,
.container-fluid.container-limited
{
background
:
transparent
;
}
}
...
...
@@ -35,12 +36,6 @@
}
}
.content-wrapper
{
.flash-notice
.container-fluid
{
background-color
:
transparent
;
}
}
@media
(
max-width
:
$screen-md-min
)
{
ul
.notes
{
.flash-container.timeline-content
{
...
...
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