Add border none for moz-focus-inner (#8217)

feature/default_network_editable
ricky 5 years ago committed by GitHub
parent ba18f600fb
commit 84806bed9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ui/app/components/ui/popover/index.scss
  2. 3
      ui/app/css/itcss/generic/reset.scss

@ -37,9 +37,6 @@
margin: 10px; margin: 10px;
background: none; background: none;
padding: 0; padding: 0;
&::-moz-focus-inner {
border: none;
}
} }
} }

@ -138,6 +138,9 @@ table {
button { button {
border-style: none; border-style: none;
cursor: pointer; cursor: pointer;
&::-moz-focus-inner {
border: none;
}
} }
/* stylelint-enable */ /* stylelint-enable */

Loading…
Cancel
Save