“HTML Wyłączony styl najemnika” Kod odpowiedzi

CSS Elover, aby wyłączyć

.noHover{
    pointer-events: none;
}
GutoTrosla

CSS niepełnosprawny zawisł

button:hover:enabled{
    /*your styles*/
}
button:active:enabled{
    /*your styles*/
}
Modern Mouse

HTML Wyłączony styl najemnika

/* 
To change the style of a button with class or not that has been set has disabled
when hovering.
*/
button:hover:disabled,button:hover[disabled]{
  color: black;
}
.button_class:hover:disabled,.button_class:hover[disabled]{
  color: black;
}
Ill Iguana

Odpowiedzi podobne do “HTML Wyłączony styl najemnika”

Pytania podobne do “HTML Wyłączony styl najemnika”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu