You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixes.scss 244B

1234567891011
  1. /*!
  2. * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. /* ---- BROWSER-SPECIFIC FIXES ---- */
  6. /* remove dotted outlines in Firefox */
  7. ::-moz-focus-inner {
  8. border: 0;
  9. }