kopia lustrzana https://github.com/shoelace-style/shoelace
removed left border from button group (#983)
rodzic
9a64ea0670
commit
55445a80a3
|
@ -558,7 +558,8 @@ export default css`
|
|||
}
|
||||
|
||||
/* Add a visual separator between solid buttons */
|
||||
:host(.sl-button-group__button:not(.sl-button-group__button--radio, [variant='default']):not(:hover)) .button:after {
|
||||
:host(.sl-button-group__button:not(.sl-button-group__button--first, .sl-button-group__button--radio, [variant='default']):not(:hover))
|
||||
.button:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Ładowanie…
Reference in New Issue