fix(filter): adjust clear button spacing and hide select arrow when active
This commit is contained in:
@@ -74,6 +74,10 @@
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
#eventfilters .widget-select.active::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#eventfilters select:focus-visible {
|
||||
outline: 3px solid currentColor;
|
||||
outline-offset: 3px;
|
||||
@@ -86,8 +90,9 @@
|
||||
#eventfilters .eventfilter-clear {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: .5rem;
|
||||
right: 0;
|
||||
transform: translateY(-50%);
|
||||
margin: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -95,7 +100,7 @@
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
padding: .125rem;
|
||||
padding: 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user