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
08be6ed2
Commit
08be6ed2
authored
Jun 27, 2019
by
Jacques Erasmus
Committed by
Kushal Pandya
Jun 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update action selector
Updated the toast action selector to `first-of-type` instead
parent
547055db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/components/toast.scss
app/assets/stylesheets/components/toast.scss
+2
-2
No files found.
app/assets/stylesheets/components/toast.scss
View file @
08be6ed2
...
...
@@ -21,7 +21,7 @@
background-color
:
rgba
(
$gray-900
,
$toast-background-opacity
);
@include
media-breakpoint-down
(
xs
)
{
.action
:first-
child
{
.action
:first-
of-type
{
// Ensures actions buttons are right aligned on mobile
margin-left
:
auto
;
}
...
...
@@ -33,7 +33,7 @@
text-transform
:
none
;
font-size
:
$gl-font-size
;
&
:first-
child
{
&
:first-
of-type
{
padding-right
:
0
;
}
}
...
...
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