SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
545 stars 116 forks source link

checkbox bug #40

Closed Awyugan closed 2 years ago

Awyugan commented 2 years ago

hello , thanks for your ITS.it's so beautiful. but, In the synchronization function, excluded folders cannot be displayed normally, and the selected and unselected contents cannot be distinguished. I hope you can change this part of the code.

this is my changed

 /*Table Checkboxes*/

input[type="checkbox" i] {
    background-color: white;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid var(--accent);
    border-radius: var(--radius);
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0;
    filter: none;
    outline: none;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

input[type="checkbox" i]:checked {
    background-color:red;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: var(--radius);
    position: relative;
    width: 1.3em;
    height: 1.3em;
    margin: 0, 0, 0, 0;
    filter: none;
    outline: none;
    border: none;
SlRvb commented 2 years ago

I'm not quite sure what you mean, do you have a screenshot of the issue?

SlRvb commented 2 years ago

Hmm, I think I fixed it. Is this what you meant? The sync folders checkbox should now check properly: Obsidian_t43exnHpRQ

Hadn't even realized I'd messed that up, whoops.

Awyugan commented 2 years ago

yes,yes。