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
12311575
Commit
12311575
authored
Dec 09, 2020
by
Sunjung Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecate the popover style file
parent
da9eb37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
111 deletions
+0
-111
app/assets/stylesheets/components/popover.scss
app/assets/stylesheets/components/popover.scss
+0
-111
No files found.
app/assets/stylesheets/components/popover.scss
deleted
100644 → 0
View file @
da9eb37e
.popover
{
max-width
:
$popover-max-width
;
border
:
1px
solid
$gray-100
;
box-shadow
:
$popover-box-shadow
;
font-size
:
$gl-font-size-small
;
/**
* Blue popover variation
*/
&
.blue
{
background-color
:
$blue-600
;
border-color
:
$blue-600
;
.popover-body
{
color
:
$white
;
}
&
.bs-popover-bottom
{
.
arrow
:
:
before
,
.
arrow
::
after
{
border-bottom-color
:
$blue-600
;
}
}
&
.bs-popover-top
{
.
arrow
:
:
before
,
.
arrow
::
after
{
border-top-color
:
$blue-600
;
}
}
&
.bs-popover-right
{
.
arrow
:
:
after
,
.
arrow
::
before
{
border-right-color
:
$blue-600
;
}
}
&
.bs-popover-left
{
.
arrow
:
:
before
,
.
arrow
::
after
{
border-left-color
:
$blue-600
;
}
}
}
}
.bs-popover-top
{
/* When popover position is top, the arrow is translated 1 pixel
* due to the box-shadow include in our custom styles.
*/
> .
arrow
:
:
before
{
border-top-color
:
$gray-100
;
bottom
:
1px
;
}
> .
arrow
:
:
after
{
bottom
:
2px
;
}
}
.bs-popover-bottom
{
> .
arrow
:
:
before
{
border-bottom-color
:
$gray-100
;
}
> .
popover-header
:
:
before
{
border-color
:
$white
;
}
}
.
bs-popover-right
> .
arrow
:
:
before
{
border-right-color
:
$gray-100
;
}
.
bs-popover-left
> .
arrow
:
:
before
{
border-left-color
:
$gray-100
;
}
.popover-header
{
background-color
:
$white
;
font-size
:
$gl-font-size-small
;
}
.popover-body
{
padding
:
$gl-padding
$gl-padding-12
;
>
.popover-hr
{
margin
:
$gl-padding
0
;
}
}
/**
* mr_popover component
*/
.mr-popover
{
.text-secondary
{
font-size
:
12px
;
line-height
:
1
.33
;
}
}
.suggest-gitlab-ci-yml
{
margin-top
:
-1em
;
.popover-header
{
padding
:
$gl-padding
;
display
:
flex
;
align-items
:
center
;
}
}
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