Code Monkey home page Code Monkey logo

Comments (10)

kepano avatar kepano commented on July 17, 2024 1

Ok please try again with the latest, thank you! See b550038

from obsidian-minimal.

sotakal avatar sotakal commented on July 17, 2024

Can confirm the same. I've tried switching the system theme, tinkering with Obsidian and the Minimal Theme settings, but this is still a problem.

from obsidian-minimal.

acorazza avatar acorazza commented on July 17, 2024

I have a partial fix - the hover on the X isn't perfect but at least the buttons can be made visible by adding this line to the titlebar-button class.

.titlebar-button {
  color:var(--text-muted);
}

from obsidian-minimal.

acorazza avatar acorazza commented on July 17, 2024

A few more fixes. This works as one would expect, hover and all.

.titlebar-button {
  color:var(--text-muted);
}
.titlebar-button:hover {
  background-color: var(--background-primary-alt);
}
.mod-close:hover svg {
  fill:white !important;
  stroke:white !important;
}

from obsidian-minimal.

kepano avatar kepano commented on July 17, 2024

Can you try the latest and see if it works for you? Unfortunately I don't have a Windows machine to test on. I am adding .mod-windows to the rules as well. See the commit: 40799de

from obsidian-minimal.

acorazza avatar acorazza commented on July 17, 2024

It mostly works, the only issue is hovering over the X button makes it "blank".

.mod-windows .titlebar-button:hover {
    background-color: var(--background-primary-alt);
}

Is overriding this (correct) value:

.titlebar-button.mod-close:hover {
    background-color: var(--background-modifier-error);
}

from obsidian-minimal.

acorazza avatar acorazza commented on July 17, 2024

image

Perfect! And it works as expected in Dark Mode as well. Thank you!

from obsidian-minimal.

acorazza avatar acorazza commented on July 17, 2024

BTW I'm happy to contribute to the project if you could use someone to test things on Windows.

from obsidian-minimal.

kepano avatar kepano commented on July 17, 2024

Thanks!

from obsidian-minimal.

animusastralis avatar animusastralis commented on July 17, 2024

I'm not sure if this issue was fixed earlier, but it's still present in v7.5.4

from obsidian-minimal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.