mirror of
https://github.com/nextcloud/server.git
synced 2025-05-01 12:30:27 +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;
|
|
}
|
|
|