1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02: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

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 {