Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-09-01 22:09:21 +0300
committerVinicius Reis (Rebase PR Action) <luiz.vinicius73@gmail.com>2022-09-05 14:47:09 +0300
commit0a62bce3514e3c85a0b6da367cad2fff5503b9f4 (patch)
tree71d45caff389f5e5938daf3548c7beee0b25f696
parentb4fb449416877437bbef259225f443e9d5019895 (diff)
💄 (#2829): adjuste the style to get closer to the current actions component.
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
-rw-r--r--src/components/Menu/ActionEntry.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/Menu/ActionEntry.scss b/src/components/Menu/ActionEntry.scss
index f0a0a9550..ece97514e 100644
--- a/src/components/Menu/ActionEntry.scss
+++ b/src/components/Menu/ActionEntry.scss
@@ -61,11 +61,7 @@
.entry-action.entry-action-item {
&.is-active {
background-color: var(--color-primary-light);
- box-shadow: inset 2px 0 var(--color-primary);
- border-radius: 0;
- }
- &:hover {
- border-radius: 0;
+ border-radius: var(--border-radius-large);
}
}