Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss59
1 files changed, 27 insertions, 32 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 0f3074076ce..b3e867988b4 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -433,45 +433,40 @@
margin: 5px;
}
-.page-with-layout-nav.page-with-sub-nav .issue-boards-sidebar,
-.page-with-new-sidebar.page-with-sidebar .issue-boards-sidebar {
- position: absolute;
-
- &.right-sidebar {
- top: 0;
- bottom: 0;
- }
-
- .issuable-sidebar-header {
- position: relative;
- }
-
- .gutter-toggle {
- position: absolute;
- top: 0;
- bottom: 15px;
- right: 0;
- width: 22px;
- color: $gray-darkest;
+.page-with-layout-nav.page-with-sub-nav,
+.page-with-new-nav {
+ .issue-boards-sidebar {
+ .issuable-sidebar-header {
+ position: relative;
+ }
- svg {
+ .gutter-toggle {
position: absolute;
- top: 50%;
- margin-top: (-11px / 2);
- }
+ top: 0;
+ bottom: 15px;
+ right: 0;
+ width: 22px;
+ color: $gray-darkest;
- &:hover {
- path {
- fill: $gray-darkest;
+ svg {
+ position: absolute;
+ top: 50%;
+ margin-top: (-11px / 2);
+ }
+
+ &:hover {
+ path {
+ fill: $gray-darkest;
+ }
}
}
- }
- .issuable-header-text {
- padding-right: 35px;
+ .issuable-header-text {
+ padding-right: 35px;
- > strong {
- font-weight: $gl-font-weight-bold;
+ > strong {
+ font-weight: $gl-font-weight-bold;
+ }
}
}
}