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
33e2039c
Commit
33e2039c
authored
Oct 20, 2020
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert ee boards.scss into page specific bundle
There are no visual changes as a result of this commit.
parent
e44ad964
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
ee/app/assets/stylesheets/page_bundles/boards.scss
ee/app/assets/stylesheets/page_bundles/boards.scss
+9
-7
No files found.
ee/app/assets/stylesheets/pages/boards.scss
→
ee/app/assets/stylesheets/page
_bundle
s/boards.scss
View file @
33e2039c
@import
'../../../../../app/assets/stylesheets/page_bundles/boards'
;
.boards-add-list
{
&
.show
{
.dropdown-menu-tabs
{
...
...
@@ -8,15 +10,15 @@
}
.dropdown-tabs-list
{
box-shadow
:
0
0
0
1px
$border-color
;
box-shadow
:
0
0
0
1px
var
(
--
border-color
,
$border-color
)
;
}
.dropdown-tab-item
{
border-left
:
1px
solid
$border-color
;
border-left
:
1px
solid
var
(
--
border-color
,
$border-color
)
;
a
{
border-bottom
:
2px
solid
transparent
;
background-color
:
$gray-light
;
background-color
:
var
(
--
gray-50
,
$gray-50
)
;
&
:focus
,
&
.active
{
...
...
@@ -25,7 +27,7 @@
&
.active
{
font-weight
:
bold
;
border-bottom-color
:
$indigo-500
;
border-bottom-color
:
var
(
--
indigo-500
,
$indigo-500
)
;
}
}
}
...
...
@@ -34,7 +36,7 @@
margin
:
0
;
padding
:
$gl-padding
;
border-bottom
:
0
;
color
:
$gl-text-color-secondary
;
color
:
var
(
--
gl-text-color-secondary
,
$gl-text-color-secondary
)
;
}
}
...
...
@@ -69,7 +71,7 @@
.board-type-assignee
{
.board-title-sub-text
{
color
:
$gl-text-color-secondary
;
color
:
var
(
--
gl-text-color-secondary
,
$gl-text-color-secondary
)
;
font-weight
:
normal
;
}
}
...
...
@@ -97,7 +99,7 @@
// add a border between all items, but not at the start or end
+
.block
{
border-top
:
solid
1px
$border-color
;
border-top
:
solid
1px
var
(
--
border-color
,
$border-color
)
;
}
}
}
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