From ae9ac500725d34a5e13a65dc41d7fb35d0a7b19c Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Wed, 10 May 2023 11:09:23 +0300 Subject: [PATCH] Make the actions control button look like an actual button (#24611) - Follows #24595 # Before ![image](https://user-images.githubusercontent.com/20454870/236889690-d1dfd74d-ad7d-4571-b712-69f0dc630c6e.png) ![image](https://user-images.githubusercontent.com/20454870/236903320-3b415619-8aff-4e5d-994e-6faa671990db.png) ![image](https://user-images.githubusercontent.com/20454870/236885823-0734216d-b450-4a43-bfe3-e88525a8822a.png) # After ![image](https://github.com/go-gitea/gitea/assets/20454870/b0745b3f-5f7a-49d9-903a-fd2675baaa1a) ![image](https://github.com/go-gitea/gitea/assets/20454870/88789c78-2764-4be4-9a03-b080f1028c78) ![image](https://github.com/go-gitea/gitea/assets/20454870/a6e23400-4445-40c5-adbe-460c90fae36a) --------- Signed-off-by: Yarden Shoham Co-authored-by: Giteabot Co-authored-by: silverwind Co-authored-by: wxiaoguang --- web_src/js/components/RepoActionView.vue | 30 ++++++++---------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue index a58ca1b364..d6a3873751 100644 --- a/web_src/js/components/RepoActionView.vue +++ b/web_src/js/components/RepoActionView.vue @@ -1,19 +1,19 @@