Bug 30952: Reintroduce borders in search browse links
Issue #23 Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
675e9feda4
commit
07624601af
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ a {
|
|||
&:link,
|
||||
&:visited {
|
||||
color: $green-text-color;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
font-size: 100%;
|
||||
|
@ -24,7 +23,6 @@ a {
|
|||
&:focus {
|
||||
text-decoration: underline;
|
||||
color: $green-text-color;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
font-size: 100%;
|
||||
|
|
Loading…
Reference in a new issue