Skip to content
Snippets Groups Projects
Commit 5f44d922 authored by sandeepsajan0's avatar sandeepsajan0
Browse files

Highlight checkbox/radio button label on hover

parent b3122e2f
No related branches found
No related tags found
No related merge requests found
...@@ -462,6 +462,10 @@ ...@@ -462,6 +462,10 @@
position: relative; position: relative;
padding-left: 30px; padding-left: 30px;
cursor: pointer; cursor: pointer;
&:hover {
font-weight: bold;
}
} }
[type='radio'] + label::before, [type='radio'] + label::before,
......
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