PLT-7295 - Submitting UI changes for Jira (#7097)
* PLT-7295 - Submitting UI changes for Jira * Updating help text * Revert "Updating help text" This reverts commit 2885b290c6951b47da1465095ee6e83c6a750f33.
Этот коммит содержится в:
коммит произвёл
Saturnino Abril
родитель
5a8c1c18e5
Коммит
fcede31bed
@@ -4,19 +4,26 @@
|
||||
@extend %popover-box-shadow;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
|
||||
.suggestion-list__item {
|
||||
&:hover {
|
||||
background: alpha-color($black, .1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.suggestion-list--top {
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.suggestion-list--bottom {
|
||||
position: relative;
|
||||
height: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.suggestion-list__content {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background-color: $white;
|
||||
border: $border-gray;
|
||||
max-height: 292px;
|
||||
@@ -24,7 +31,6 @@
|
||||
overflow-y: scroll;
|
||||
padding-bottom: 5px;
|
||||
width: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
.command {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
|
||||
Ссылка в новой задаче
Block a user