We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff25fa4 commit 046f8d8Copy full SHA for 046f8d8
resources/css/custom.css
@@ -47,7 +47,7 @@ nav.dashboard-nav a.active {
47
}
48
49
.nav a.active {
50
- @apply border-green-primary text-gray-900
+ @apply border-green-primary text-gray-900;
51
52
53
.nav a.active:focus {
@@ -59,7 +59,7 @@ nav.dashboard-nav a.active {
59
60
61
.nav .dropdown a:hover {
62
- @apply bg-gray-100
+ @apply bg-gray-100;
63
64
65
.nav .dropdown a:focus {
resources/css/labels.css
@@ -8,7 +8,7 @@ button.label:hover {
8
9
10
span.label:hover {
11
- @apply cursor-auto;
+ @apply cursor-auto;
12
13
14
.label-primary {
0 commit comments