Change link focus color in table links (https://github.com/woocommerce/woocommerce-admin/pull/570)
This commit is contained in:
parent
f9ebb78676
commit
4a6b48dd92
|
@ -92,8 +92,6 @@
|
|||
|
||||
> a:only-child {
|
||||
display: block;
|
||||
margin: ($gap*-1) ($gap-large*-1);
|
||||
padding: $gap $gap-large;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -101,10 +99,6 @@
|
|||
&:focus {
|
||||
color: $woocommerce-700;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.is-placeholder {
|
||||
|
|
Loading…
Reference in New Issue