summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-16 12:46:10 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-10-16 12:46:10 +0100
commitea85232436240c8a6085cc3e8303015cf295e9b0 (patch)
tree21eb8328416bae1345599f19dcc01b8277625cad
parent68343b99d3f660c83f739d6ff22bffaf4eb88eee (diff)
downloadgitlab-ce-ea85232436240c8a6085cc3e8303015cf295e9b0.tar.gz
Removes unneeded CSS
-rw-r--r--app/assets/stylesheets/framework/banner.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/banner.scss b/app/assets/stylesheets/framework/banner.scss
index 93b412555e3..6433b0c7855 100644
--- a/app/assets/stylesheets/framework/banner.scss
+++ b/app/assets/stylesheets/framework/banner.scss
@@ -7,13 +7,8 @@
position: absolute;
top: 10px;
right: 10px;
- padding: 0 0 10px 10px;
opacity: 1;
- &:focus {
- padding: 0;
- }
-
.dismiss-icon {
color: $gl-text-color;
font-size: $gl-font-size;