Skip to content

Commit 3baa430

Browse files
authored
stylelint mad about buttons (#5033)
1 parent 2bc5847 commit 3baa430

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

modules/@apostrophecms/area/ui/apos/components/AposAreaExpandedMenu.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,17 +284,18 @@ export default {
284284
</script>
285285

286286
<style lang="scss" scoped>
287-
button.apos-operation {
287+
.apos-operation {
288288
@include apos-transition();
289+
290+
box-sizing: border-box;
291+
width: 100%;
292+
height: 70px;
289293
border-radius: var(--a-border-radius);
290294
border: 1px solid var(--a-base-5);
291295
color: var(--a-text-primary);
292-
border-radius: var(--a-border-radius);
293296
background-color: var(--a-base-9);
294-
box-sizing: border-box;
295-
width: 100%;
296-
height: 70px;
297297
cursor: pointer;
298+
298299
&:hover {
299300
background-color: var(--a-base-8);
300301
}

0 commit comments

Comments
 (0)