Skip to content

Commit a8cab11

Browse files
author
Allan Asp Christensen
committed
Bugfix - styling af dropdown
1 parent fe25220 commit a8cab11

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

src/assets/scss/components/_list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ul {
99
position: relative;
1010
//padding-left: 37px;
1111
line-height: $body-text-line-height;
12+
outline: none;
1213

1314
}
1415
}

src/assets/scss/components/_tables.scss

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,28 @@
6868
left: -35px !important;
6969

7070
li {
71+
padding: 0;
72+
margin: 0;
73+
7174
a {
75+
display: inline-block;
7276
font-family: roboto-bold;
7377
color: $black;
7478
font-size: 12px;
7579
line-height: 14px;
76-
}
80+
width: 100%;
81+
padding: 0.5rem 1rem;
82+
margin: 0;
7783

78-
&:hover,
79-
&:active {
80-
color: $black;
81-
text-decoration: none;
82-
background-color: $color-primary;
84+
&:hover,
85+
&:active {
86+
color: $black;
87+
text-decoration: none;
88+
background-color: $color-primary;
89+
}
8390
}
91+
92+
8493
}
8594
}
8695
}

0 commit comments

Comments
 (0)