Skip to content
Snippets Groups Projects
Commit b90a578b authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-5061: make link cover entire width of autocomplete, with even-ish spacing

parent 298584e9
No related branches found
No related tags found
1 merge request!97ISTWCMS-5061 m26lebla style form items wcms2
...@@ -2428,7 +2428,9 @@ input[size="60"] { ...@@ -2428,7 +2428,9 @@ input[size="60"] {
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper,
.ui-autocomplete .ui-menu-item a { .ui-autocomplete .ui-menu-item a {
color: #000 !important; color: #000 !important;
display: block;
font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif !important; font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif !important;
margin-right: 0.4rem;
text-decoration: none; } text-decoration: none; }
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:focus, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:active, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:focus, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:active,
.ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-menu-item a:hover,
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -86,7 +86,7 @@ input[size="60"] { ...@@ -86,7 +86,7 @@ input[size="60"] {
width: 100%; width: 100%;
} }
// Autoomplete // Autocomplete
/* stylelint-disable */ /* stylelint-disable */
.js { .js {
...@@ -103,7 +103,9 @@ input[size="60"] { ...@@ -103,7 +103,9 @@ input[size="60"] {
.ui-menu-item-wrapper, .ui-menu-item-wrapper,
a{ a{
color:$uw-black !important; color:$uw-black !important;
display: block;
font-family:$uw-input-font-family !important; font-family:$uw-input-font-family !important;
margin-right:0.4rem;
text-decoration:none; text-decoration:none;
&:hover, &:hover,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment