Commit deced1bf authored by Chirag Modi's avatar Chirag Modi Committed by Mark Otto
Browse files

Fix #23013: Add boder-top:0 in .list-group-flush .list-group-item (#23108)

parent 3ff2a278
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 5 additions and 0 deletions
+5 -0
......@@ -86,8 +86,13 @@
.list-group-flush {
.list-group-item {
border-right: 0;
border-bottom: 0;
border-left: 0;
border-radius: 0;
&:first-child {
border-top: 0;
}
}
&:first-child {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment