Seems there is no need to hide the .small class, fixes #2896
This commit is contained in:
@@ -61,8 +61,8 @@
|
||||
}
|
||||
|
||||
// Hide Circle when not active
|
||||
i.small{
|
||||
display: none;
|
||||
i.small {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Circle behind the checkmark
|
||||
|
||||
Reference in New Issue
Block a user