mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[scripts/markdown2htmldoc] fix a little selector issue in my theme
This commit is contained in:
parent
d5b147564d
commit
ebafd4010b
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ dd {
|
|||
// <https://gitlab.com/gitlab-org/gitlab/-/blob/7a6e4f24d0d828500a7c7b6eb84973a1b4c35534/app/assets/stylesheets/framework/typography.scss#L403-417>
|
||||
ul > li.task-list-item {
|
||||
list-style-type: none;
|
||||
input[type='checkbox']:first-child {
|
||||
> input[type='checkbox']:first-child {
|
||||
margin: 0 0.2em 0.25em -1.6em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue