cd5bee0d44
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
15 lines
274 B
SCSS
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;
|
|
}
|
|
}
|