Skip to content

Commit bef19a2

Browse files
author
Tim Zallmann
committed
Merge branch 'button-icon' into 'master'
Adds a btn-icon class See merge request gitlab-org/gitlab-ce!22870
2 parents 8467167 + 0ded56d commit bef19a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/framework/buttons.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
@include btn-with-margin;
208208
}
209209

210+
&.btn-icon {
211+
color: $gl-gray-700;
212+
}
213+
210214
.fa-caret-down,
211215
.fa-chevron-down {
212216
margin-left: 5px;

0 commit comments

Comments
 (0)