mirror of
https://github.com/nextcloud/server.git
synced 2025-02-22 16:09:14 +00:00
11 lines
244 B
SCSS
11 lines
244 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
/* ---- BROWSER-SPECIFIC FIXES ---- */
|
|
|
|
/* remove dotted outlines in Firefox */
|
|
::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|