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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-06-07 16:17:03 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-07 16:55:17 +0300
commite5100c3316f21c2fd49106b7eaa439ea44c1f36b (patch)
treecf8c1c39d40becbcb5e9c8a1426df9e6bcac2f19 /app/assets/stylesheets/framework/filters.scss
parentcc1e51efa7706a738e2c64693da67013638fede6 (diff)
First FE review changes
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 767cf5ffea5..bc0c78ef5ed 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -70,6 +70,12 @@
.input-token {
max-width: 200px;
+
+ &:hover,
+ &:focus {
+ background-color: inherit;
+ color: inherit;
+ }
}
.input-token:only-child,