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
Boxiang Sun
gitlab-ce
Commits
34cf18b2
Commit
34cf18b2
authored
May 30, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address feature highlight popover inconsistencies
parent
b57633f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
app/assets/stylesheets/components/popover.scss
app/assets/stylesheets/components/popover.scss
+1
-1
app/assets/stylesheets/framework/feature_highlight.scss
app/assets/stylesheets/framework/feature_highlight.scss
+2
-5
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
No files found.
app/assets/stylesheets/components/popover.scss
View file @
34cf18b2
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
}
}
.popover-body
{
.popover-body
{
padding
:
$gl-padding
;
padding
:
$gl-padding
$gl-padding-12
;
>
.popover-hr
{
>
.popover-hr
{
margin
:
$gl-padding
0
;
margin
:
$gl-padding
0
;
...
...
app/assets/stylesheets/framework/feature_highlight.scss
View file @
34cf18b2
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
display
:
none
;
display
:
none
;
hr
{
hr
{
margin
:
$gl-padding
*
0
.5
0
;
margin
:
$gl-padding
0
;
}
}
.btn-link
{
.btn-link
{
...
@@ -71,9 +71,6 @@
...
@@ -71,9 +71,6 @@
.feature-highlight-popover
{
.feature-highlight-popover
{
width
:
240px
;
width
:
240px
;
padding
:
0
;
border
:
1px
solid
$border-color
;
box-shadow
:
0
2px
4px
$dropdown-shadow-color
;
&
.right
>
.arrow
{
&
.right
>
.arrow
{
border-right-color
:
$border-color
;
border-right-color
:
$border-color
;
...
@@ -85,7 +82,7 @@
...
@@ -85,7 +82,7 @@
}
}
.feature-highlight-popover-sub-content
{
.feature-highlight-popover-sub-content
{
padding
:
9px
14px
;
padding
:
$gl-padding
$gl-padding-12
;
}
}
@include
keyframes
(
pulse-highlight
)
{
@include
keyframes
(
pulse-highlight
)
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
34cf18b2
...
@@ -336,6 +336,7 @@ $tooltip-font-size: 12px;
...
@@ -336,6 +336,7 @@ $tooltip-font-size: 12px;
*/
*/
$gl-padding-4
:
4px
;
$gl-padding-4
:
4px
;
$gl-padding-8
:
8px
;
$gl-padding-8
:
8px
;
$gl-padding-12
:
12px
;
$gl-padding
:
16px
;
$gl-padding
:
16px
;
$gl-padding-24
:
24px
;
$gl-padding-24
:
24px
;
$gl-padding-32
:
32px
;
$gl-padding-32
:
32px
;
...
...
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