Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/Style Programming Language/CSS/CSS Selector/CSS pseudo Class/
:not()
Search

:not()

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 May 12 3:7
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2023 Oct 23 5:36
Refs
Refs
 
How to exclude particular class name in CSS selector?
The problem with your code is that you are selecting the .remode_hover that is a descendant of .remode_selected. So the first part of getting your code to work correctly is by removing that space .reMode_selected.reMode_hover:hover Then, in order to get the style to not work, you have to override the style set by the :hover.
How to exclude particular class name in CSS selector?
https://stackoverflow.com/questions/16201948/how-to-exclude-particular-class-name-in-css-selector
How to exclude particular class name in CSS selector?
 
 
 
 
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/Style Programming Language/CSS/CSS Selector/CSS pseudo Class/
:not()
Copyright Seonglae Cho