Commit 8f22834c4ed08f29d9ab2a5c1be58fc6da62402a
1 parent
2587de74
Exists in
master
and in
4 other branches
bootstrap 2 integration complete.
Showing
3 changed files
with
3 additions
and
13 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/assets/stylesheets/gitlab_bootstrap.scss
... | ... | @@ -118,16 +118,6 @@ table { |
118 | 118 | &.primary { |
119 | 119 | @extend .btn-primary; |
120 | 120 | } |
121 | - &.btn-danger { | |
122 | - background:#DD4B39; | |
123 | - color:white; | |
124 | - border-color:#990000; | |
125 | - text-shadow:0 0 1px #111; | |
126 | - &:hover { | |
127 | - color:white; | |
128 | - background:#DD0000; | |
129 | - } | |
130 | - } | |
131 | 121 | &.danger { |
132 | 122 | @extend .btn-danger; |
133 | 123 | } | ... | ... |