Skip to content

Commit 116c301

Browse files
committed
modify darken button on hover
1 parent 52df20a commit 116c301

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/themes/podemos/app.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646
.btn-success:hover {
47-
background-color: darken(@brand-success, 5%) !important;
47+
background-color: darken(@brand-success, 12%) !important;
4848
}
4949
}
5050

@@ -54,7 +54,7 @@
5454
}
5555

5656
.btn-success:hover {
57-
background-color: darken(@brand-success, 5%) !important;
57+
background-color: darken(@brand-success, 12%) !important;
5858
}
5959

6060
.avb-top-navbar {

dist/themes/podemos/app.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/podemos/app.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646
.btn-success:hover {
47-
background-color: darken(@brand-success, 5%) !important;
47+
background-color: darken(@brand-success, 12%) !important;
4848
}
4949
}
5050

@@ -54,7 +54,7 @@
5454
}
5555

5656
.btn-success:hover {
57-
background-color: darken(@brand-success, 5%) !important;
57+
background-color: darken(@brand-success, 12%) !important;
5858
}
5959

6060
.avb-top-navbar {

0 commit comments

Comments
 (0)