diff --git a/src/components/Global/RegionDropdown.vue b/src/components/Global/RegionDropdown.vue index 507907c..766c1f3 100644 --- a/src/components/Global/RegionDropdown.vue +++ b/src/components/Global/RegionDropdown.vue @@ -139,15 +139,10 @@ button.selected-region { color: paleturquoise; font-weight: bold; - padding: 0.1em 0.5em; &:focus { background-color: #262626; } - - span { - margin-right: 10px; - } } .content { @@ -197,6 +192,8 @@ li.option { } label { + width: 100%; + padding: 0.5em 0; position: relative; display: inline-block; @@ -207,10 +204,6 @@ li.option { background-color: #333333f2; } - padding: 0.5em 0; - - width: 100%; - cursor: pointer; } }