Giter VIP home page Giter VIP logo

Comments (8)

henriquearthur avatar henriquearthur commented on August 23, 2024 1

There is a comment on gnome-look by unheeding with a workaround for this on Chrome at least:

Excellent theme! I noticed an issue using the Light variant though. Google Chrome doesn't seem to respect the tooltip.background settings, and shows white text on white background. I fixed it in Chrome by changing color to color: rgba(0, 0, 0, 0.7); but then the tooltips for stuff like Budgie panel were black on black, so I changed the background to white background-color: rgba(255, 255, 255, 0.9); and it is now working nicely for both apps.

from layan-gtk-theme.

vinceliuice avatar vinceliuice commented on August 23, 2024 1

Thanks @atagulalan for your help, now I fixed this issue!

from layan-gtk-theme.

0xAliRaza avatar 0xAliRaza commented on August 23, 2024

Thanks for writing it down buddy but I don't know what color in chrome he was talking about and how to change it. And also, doesn't matter if I fix it in chrome the issue will still be there. I faced it in VSCode too.
P.S: Such a cool theme thought <3.

from layan-gtk-theme.

vinceliuice avatar vinceliuice commented on August 23, 2024

Could you give a screenshot? @0xAliRaza

from layan-gtk-theme.

0xAliRaza avatar 0xAliRaza commented on August 23, 2024

@vinceliuice
Screenshot from 2019-09-11 22-56-17
Screenshot from 2019-09-11 22-56-21
Screenshot from 2019-09-11 22-57-05
Have a look at these small white boxes. When I move a cursor over some area which contains tooltip this white box pops up instead of a proper tooltip.

from layan-gtk-theme.

0xAliRaza avatar 0xAliRaza commented on August 23, 2024

@vinceliuice is the issue fixed?

from layan-gtk-theme.

vinceliuice avatar vinceliuice commented on August 23, 2024

Not yet, I'm working on it

from layan-gtk-theme.

atagulalan avatar atagulalan commented on August 23, 2024

Ok, I know it's not pretty, but I solved this by changing src/_sass/gtk/_common.scss line 3607

Just change

...
tooltip {
  &.background {
    &, &.csd {
      ...
      color: $dark_fg_color
    }
  }
...

to

...
tooltip {
  &.background {
    &, &.csd {
      ...
      color: if($variant == 'light', $dark_fg_color, $popover_fg)
    }
  }
...

and compile SCSS.

from layan-gtk-theme.

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.