gitlab-org--gitlab-foss/app/assets/stylesheets/framework/jquery.scss
Phil Hughes cd5bee0d44 Removed jQuery UI highlight & autocomplete
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
2017-02-09 09:16:52 +00:00

15 lines
274 B
SCSS

.ui-widget {
font-family: $regular_font;
font-size: $font-size-base;
.ui-state-default {
border: 1px solid $white-light;
background: $white-light;
color: $jq-ui-default-color;
}
.ui-state-highlight {
border: 0;
background: transparent;
}
}