Skip to content
Snippets Groups Projects
Commit 0d839d30 authored by Michaela Herman's avatar Michaela Herman Committed by Chris Wells
Browse files

Issue #3293899 by mherman-pro, chrisfromredfin, Ruturaj Chaubey, rkoller,...

Issue #3293899 by mherman-pro, chrisfromredfin, Ruturaj Chaubey, rkoller, tinto, MrMason, tim.plunkett, bnjmnm: Adjust the radio button design to the Drupal Design system
parent 9b02a1b6
No related branches found
No related tags found
No related merge requests found
...@@ -582,10 +582,6 @@ ...@@ -582,10 +582,6 @@
} }
/* <Search/FilterGroup> */ /* <Search/FilterGroup> */
.filter-group__radio {
width: 20px;
height: 20px;
}
.filter-group__radio:hover { .filter-group__radio:hover {
cursor: pointer; cursor: pointer;
} }
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
type="radio" type="radio"
name={filterType} name={filterType}
id={filterType + id} id={filterType + id}
class="filter-group__radio" class="filter-group__radio form-radio form-boolean form-boolean--type-radio"
bind:group={$filters[filterType]} bind:group={$filters[filterType]}
on:change={changeHandler} on:change={changeHandler}
value={id} value={id}
......
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