8 lines
243 B
CSS
8 lines
243 B
CSS
.comments-switch button {
|
|
padding: .35rem .6rem; border: 1px solid var(--border, #ccc);
|
|
background: transparent; border-radius: .5rem; cursor: pointer;
|
|
}
|
|
.comments-switch button[aria-pressed="true"] {
|
|
font-weight: 600; outline: none;
|
|
}
|
|
|