summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/search.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-20 10:00:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-20 10:00:54 +0000
commit3cccd102ba543e02725d247893729e5c73b38295 (patch)
treef36a04ec38517f5deaaacb5acc7d949688d1e187 /app/assets/stylesheets/pages/search.scss
parent205943281328046ef7b4528031b90fbda70c75ac (diff)
downloadgitlab-ce-3cccd102ba543e02725d247893729e5c73b38295.tar.gz
Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index c84a83c1fab..18a0f119edf 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -45,6 +45,36 @@ input[type='checkbox']:hover {
transition: border-color ease-in-out $default-transition-duration,
background-color ease-in-out $default-transition-duration;
}
+
+ &.is-not-active {
+ .btn.gl-clear-icon-button {
+ display: none;
+ }
+
+ &::after {
+ content: '/';
+ display: inline-block;
+ position: absolute;
+ top: 0;
+ right: 8px;
+ transform: translateY(calc(50% - 4px));
+ padding: 4px 5px;
+ font-size: $gl-font-size-small;
+ font-family: $monospace-font;
+ line-height: 1;
+ vertical-align: middle;
+ border-width: 0;
+ border-style: solid;
+ border-image: none;
+ border-radius: 3px;
+ box-shadow: none;
+ white-space: pre-wrap;
+ // Safari
+ word-wrap: break-word;
+ overflow-wrap: break-word;
+ word-break: keep-all;
+ }
+ }
}
.header-search-dropdown-menu {