blob: 8dda6f32999bbb653cd17c4e2a94fd769c881595 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#commit-summary-input.rgh-title-over-limit,
#merge_title_field.rgh-title-over-limit {
border-color: var(--github-red);
background-color: rgb(203 36 49 / 3%);
}
#commit-summary-input.rgh-title-over-limit:focus,
#merge_title_field.rgh-title-over-limit:focus {
box-shadow: inset 0 1px 2px rgb(35 27 27 / 7.5%), 0 0 0 0.2em rgb(203 36 49 / 30%);
}
|