diff --git a/resources/skins.citizen.styles/Drawer.less b/resources/skins.citizen.styles/Drawer.less index c75efbe9..e83f6a04 100644 --- a/resources/skins.citizen.styles/Drawer.less +++ b/resources/skins.citizen.styles/Drawer.less @@ -171,6 +171,7 @@ margin: 1.5px 0; width: @icon-size; height: 2px; + border-radius: @border-radius-large; display: block; background: @base-0; opacity: @opacity-icon; diff --git a/resources/skins.citizen.styles/Searchbox.less b/resources/skins.citizen.styles/Searchbox.less index 5a29f1a8..6abadec3 100644 --- a/resources/skins.citizen.styles/Searchbox.less +++ b/resources/skins.citizen.styles/Searchbox.less @@ -184,6 +184,7 @@ .search { &-toggle-icon-div { position: relative; + border-radius: @border-radius-large; transition: inherit; } }