Skip to content
Snippets Groups Projects
Commit df481122 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Disable hover style wenn secondary button is disabled

parent 8b13106d
No related branches found
No related tags found
No related merge requests found
...@@ -416,7 +416,7 @@ export function getButtonCSS() { ...@@ -416,7 +416,7 @@ export function getButtonCSS() {
background: none; background: none;
} }
button.button:hover, .button:hover, button.dt-button:hover, button.dt-button:hover:not(.disabled) { button.button:hover:enabled, .button:hover:enabled, button.dt-button:hover:enabled, button.dt-button:hover:not(.disabled) {
color: white; color: white;
background: none; background: none;
background-color: black; background-color: black;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment