Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/fontawesome_custom.scss')
-rw-r--r--app/assets/stylesheets/fontawesome_custom.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/assets/stylesheets/fontawesome_custom.scss b/app/assets/stylesheets/fontawesome_custom.scss
index 2f5ef142b6f..a5e357c8fda 100644
--- a/app/assets/stylesheets/fontawesome_custom.scss
+++ b/app/assets/stylesheets/fontawesome_custom.scss
@@ -43,10 +43,6 @@
content: '\f0eb';
}
-.fa-circle::before {
- content: '\f111';
-}
-
.fa-thumb-tack::before {
content: '\f08d';
}
@@ -62,24 +58,3 @@
.fa-check-square-o::before {
content: '\f046';
}
-
-.sr-only {
- position: absolute;
- width: 1px;
- height: 1px;
- padding: 0;
- margin: -1px;
- overflow: hidden;
- clip: rect(0, 0, 0, 0);
- border: 0;
-}
-
-.sr-only-focusable:active,
-.sr-only-focusable:focus {
- position: static;
- width: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- clip: auto;
-}