|
263 | 263 | --comment-button-active-fg: light-dark(white, #15141a); |
264 | 264 | --comment-button-hover-bg: light-dark(#0053cb, #61dce9); |
265 | 265 | --comment-button-hover-fg: light-dark(white, #15141a); |
| 266 | + --comment-button-selected-bg: light-dark(#0062fa, #00cadb); |
266 | 267 | --comment-button-border-color: light-dark(#8f8f9d, #bfbfc9); |
| 268 | + --comment-button-active-border-color: var(--comment-button-active-bg); |
267 | 269 | --comment-button-focus-border-color: light-dark(#cfcfd8, #3a3944); |
268 | 270 | --comment-button-hover-border-color: var(--comment-button-hover-bg); |
269 | | - --comment-button-selected-bg: light-dark(#0062fa, #00cadb); |
| 271 | + --comment-button-selected-border-color: var(--comment-button-selected-bg); |
270 | 272 | --comment-button-selected-fg: light-dark(white, #15141a); |
271 | 273 | --comment-button-dim: 24px; |
272 | | - --comment-button-offset: 1px; |
273 | 274 | --comment-button-box-shadow: |
274 | 275 | 0 0.25px 0.75px 0 light-dark(rgb(0 0 0 / 0.05), rgb(0 0 0 / 0.2)), |
275 | 276 | 0 2px 6px 0 light-dark(rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.4)); |
|
317 | 318 | } |
318 | 319 |
|
319 | 320 | &:focus-visible { |
320 | | - -moz-outline-radius: 7px 7px 7px 0; |
321 | 321 | outline: 2px solid var(--comment-button-focus-outline-color); |
322 | 322 | outline-offset: 1px; |
323 | 323 | border-color: var(--comment-button-focus-border-color); |
324 | 324 | } |
325 | 325 |
|
326 | 326 | &:hover { |
327 | 327 | background-color: var(--comment-button-hover-bg) !important; |
| 328 | + border-color: var(--comment-button-hover-border-color); |
328 | 329 |
|
329 | 330 | &::before { |
330 | 331 | background-color: var(--comment-button-hover-fg); |
|
333 | 334 |
|
334 | 335 | &:active { |
335 | 336 | background-color: var(--comment-button-active-bg) !important; |
| 337 | + border-color: var(--comment-button-active-border-color); |
336 | 338 |
|
337 | 339 | &::before { |
338 | 340 | background-color: var(--comment-button-active-fg); |
|
341 | 343 |
|
342 | 344 | &.selected { |
343 | 345 | background-color: var(--comment-button-selected-bg) !important; |
| 346 | + border-color: var(--comment-button-selected-border-color); |
344 | 347 |
|
345 | 348 | &::before { |
346 | 349 | background-color: var(--comment-button-selected-fg); |
|
0 commit comments