mirror of
https://github.com/nextcloud/server.git
synced 2025-05-05 06:20:44 +00:00
7 lines
116 B
SCSS
7 lines
116 B
SCSS
/* ---- BROWSER-SPECIFIC FIXES ---- */
|
|
|
|
/* remove dotted outlines in Firefox */
|
|
::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|