Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | material-yes-no-buttons material-button:not([disabled]).highlighted:not([raised]) { |
| 2 | color: var(--TWPT-blue-A100)!important; |
| 3 | } |
| 4 | |
| 5 | material-yes-no-buttons material-button:not([disabled]).highlighted:not([raised]):is(:hover, :focus) { |
| 6 | background-color: revert!important; |
| 7 | } |
| 8 | |
| 9 | material-yes-no-buttons material-button:not([disabled]).highlighted:not([raised]):is(:hover, :focus):after { |
| 10 | content: ""; |
| 11 | display: block; |
| 12 | position: absolute; |
| 13 | top: 0; |
| 14 | left: 0; |
| 15 | right: 0; |
| 16 | bottom: 0; |
| 17 | background-color: currentColor; |
| 18 | opacity: .12; |
| 19 | border-radius: inherit; |
| 20 | pointer-events: none; |
| 21 | } |