aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/modals.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less
index 53f2bbba1..4989b65e8 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -89,3 +89,8 @@
margin-left: 0;
}
}
+
+// Remove focus outline from opened modal
+.modal {
+ outline: none;
+}