From 779ba44dbdab86821c8db59fa334d0280848a42a Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 23 Jun 2020 14:35:01 -0400 Subject: [PATCH] Rounded icon for drawer and search button --- resources/skins.citizen.styles/Drawer.less | 1 + resources/skins.citizen.styles/Searchbox.less | 1 + 2 files changed, 2 insertions(+) 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; } }