Skip to content
Snippets Groups Projects
Commit 7b4f5489 authored by Claas Kazzer's avatar Claas Kazzer Committed by Dorian Merz
Browse files

refs #17212 [master] some accessibility rework

* removes redundant title in xclude facet
* removes advSearchForm outline
parent 178d723b
No related merge requests found
...@@ -1893,16 +1893,6 @@ footer { ...@@ -1893,16 +1893,6 @@ footer {
} }
} }
#advSearchForm {
// Remove dotted lines around items when hovering over
.close {
&:hover,
&:focus {
outline: none;
}
}
}
////// Swap find and clear buttons for consistency ////// Swap find and clear buttons for consistency
.adv-submit { .adv-submit {
.fnd-btn { .fnd-btn {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<?php if ($this->exclude && !$this->facet['isApplied']): ?> <?php if ($this->exclude && !$this->facet['isApplied']): ?>
<?php $excludeURL = $this->urlBase . $this->url->addFacet($this->group, $this->facet['value'], 'NOT'); ?> <?php $excludeURL = $this->urlBase . $this->url->addFacet($this->group, $this->facet['value'], 'NOT'); ?>
<a href="<?=$excludeURL ?>" data-lightbox-ignore title="<?=$this->transEsc('exclude_facet') ?>" class="exclude"><i class="fa fa-times" aria-hidden="true"></i><span class="sr-only"><?=$this->transEsc('exclude_facet') ?></span> </a> <a href="<?=$excludeURL ?>" data-lightbox-ignore class="exclude"><i class="fa fa-times" aria-hidden="true"></i><span class="sr-only"><?=$this->transEsc('exclude_facet') ?></span> </a>
<?php endif; ?> <?php endif; ?>
<?=$hasSubLinks ? '</div>' : '</a>'; ?> <?=$hasSubLinks ? '</div>' : '</a>'; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment