Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2159

Stylesheet - Action pressed without hover

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.15.7
    • Other
    • None
    • Windows

      In the following example stylesheet, the button will appear blue instead of white after pressing on it and hovering away. In actual CSS this action works and the button appears white (https://jsfiddle.net/9pqn8g6b/).

       

       

      #button{
      	background: black;
      }
      #button:hover{
      	background: blue;
      }
      #button:pressed{
      	background: white;
      }
      #button:hover:pressed{
      	background: red;
      }
      
       
      

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            crmaurei Cristian Maureira-Fredes
            joschmitt John Schmitt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes