Add borderless table feature wrt #22638#22799
Conversation
There was a problem hiding this comment.
border: 0 is preferred over border: none
There was a problem hiding this comment.
border: 0 is preferred over border: none
There was a problem hiding this comment.
border: 0 is preferred over border: none
|
This doesn't seem like the right solution in the code. I haven't tested this, but it could probably all be reduced to something like maybe? .table-borderless {
td, th {
border: 0;
}
}All we need to do is override the default |
|
I guess it should work without the explicit |
|
Making myself a note that this needs docs for when we're ready for it. |
|
@Varunram: can you add the new class in our docs? |
There was a problem hiding this comment.
Expected newline after "," selector-list-comma-newline-after
Expected single space after "," in a single-line list selector-list-comma-space-after
|
Sure, let me rebase the PR on dev and revert all redundant commits. |
6ecbdd4 to
ab093b9
Compare
|
@mdo: LGTY? |
Fixes #22638.
CC @mdo @Johann-S