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/page_bundles/work_items.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/work_items.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/work_items.scss b/app/assets/stylesheets/page_bundles/work_items.scss
index f36cbc129a7..01c6fde80da 100644
--- a/app/assets/stylesheets/page_bundles/work_items.scss
+++ b/app/assets/stylesheets/page_bundles/work_items.scss
@@ -93,6 +93,29 @@ $work-item-sticky-header-height: 52px;
}
}
+ // need to override the listbox styles to match with dropdown
+ // till the dropdown are converted to listbox
+ .gl-new-dropdown-toggle {
+ &:hover,
+ &:focus {
+ background: none !important;
+ box-shadow: $work-item-field-inset-shadow;
+ background-color: $input-bg;
+ }
+
+ .is-not-focused {
+ &.gl-new-dropdown-button-text {
+ margin: 0 0.25rem;
+ }
+ }
+ }
+
+ .gl-new-dropdown-toggle.is-not-focused {
+ .gl-new-dropdown-button-text {
+ margin: 0 0.25rem;
+ }
+ }
+
> .col {
min-width: 0;
}
@@ -167,6 +190,12 @@ $work-item-sticky-header-height: 52px;
}
}
+.work-item-parent-field-value {
+ .work-item-overview & {
+ max-width: 75%;
+ }
+}
+
.token-selector-menu-class {
.work-item-overview & {
width: 100%;