summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application_dark.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-07 01:02:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-07 01:02:14 +0000
commitff97077fc8908cc231d967aa7e7133198172b326 (patch)
tree32fed88d6b33b8cfd903a44ddf702e2b99e4e346 /app/assets/stylesheets/application_dark.scss
parent183b71521834f47fe2777085ccf001485b546285 (diff)
downloadgitlab-ce-ff97077fc8908cc231d967aa7e7133198172b326.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/application_dark.scss')
-rw-r--r--app/assets/stylesheets/application_dark.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application_dark.scss b/app/assets/stylesheets/application_dark.scss
index 7d6ccc40278..dae0cd72a8f 100644
--- a/app/assets/stylesheets/application_dark.scss
+++ b/app/assets/stylesheets/application_dark.scss
@@ -44,6 +44,17 @@ body.gl-dark {
}
}
+ .header-search {
+ background-color: var(--gray-100) !important;
+ box-shadow: inset 0 0 0 1px var(--border-color) !important;
+
+ &:active,
+ &:hover {
+ background-color: var(--gray-100) !important;
+ box-shadow: inset 0 0 0 1px var(--blue-200) !important;
+ }
+ }
+
.search {
form {
background-color: var(--gray-100);