summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/search.scss
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-30 18:53:07 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-05-30 18:53:07 -0600
commitccb20c1622b30eeec5951bbe6431a3df53dfe7ed (patch)
treef3b08203a0d308ff21ffa42107e25ea3e8225f9a /app/assets/stylesheets/pages/search.scss
parentde20bd5b31715f096db3fb0155c82b0eea992b6c (diff)
downloadgitlab-ce-ccb20c1622b30eeec5951bbe6431a3df53dfe7ed.tar.gz
Remove unnecessary vendor prefixes for browsers we no longer support.
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 2bff70c8c64..ed8fcf84f54 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -156,13 +156,11 @@
.search-holder {
@media (min-width: $screen-sm-min) {
display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
}
.search-field-holder {
-webkit-flex: 1 0 auto;
- -ms-flex: 1 0 auto;
flex: 1 0 auto;
position: relative;
margin-right: 0;