2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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

This commit is contained in:
Chirag Modi
2017-10-02 05:53:31 +05:30
committed by Mark Otto
parent 3ff2a2781f
commit deced1bf4d
+5
View File
@@ -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 {