mirror of
https://github.com/nextcloud/server.git
synced 2024-11-14 04:16:59 +00:00
ce7b331d33
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
12 lines
244 B
SCSS
12 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;
|
|
}
|
|
|