There was an error while loading. Please reload this page.
1 parent 2bc5847 commit afa02efCopy full SHA for afa02ef
1 file changed
modules/@apostrophecms/area/ui/apos/components/AposAreaExpandedMenu.vue
@@ -284,17 +284,18 @@ export default {
284
</script>
285
286
<style lang="scss" scoped>
287
-button.apos-operation {
+.apos-operation {
288
@include apos-transition();
289
+
290
+ box-sizing: border-box;
291
+ width: 100%;
292
+ height: 70px;
293
border-radius: var(--a-border-radius);
294
border: 1px solid var(--a-base-5);
295
color: var(--a-text-primary);
- border-radius: var(--a-border-radius);
296
background-color: var(--a-base-9);
- box-sizing: border-box;
- width: 100%;
- height: 70px;
297
cursor: pointer;
298
299
&:hover {
300
background-color: var(--a-base-8);
301
}
0 commit comments