Release 0.245: refactor articles list and update package
This commit is contained in:
@@ -827,7 +827,7 @@ body {
|
||||
td {
|
||||
border-color: $cHoverBackground;
|
||||
|
||||
a {
|
||||
a:not(.btn) {
|
||||
transition: .15s ease;
|
||||
|
||||
&:hover {
|
||||
@@ -1726,7 +1726,7 @@ input:checked[type="checkbox"]:before {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
a {
|
||||
a:not(.btn) {
|
||||
color: $cBlue;
|
||||
transition: .15s ease;
|
||||
font-weight: 500;
|
||||
@@ -1736,6 +1736,24 @@ input:checked[type="checkbox"]:before {
|
||||
}
|
||||
}
|
||||
|
||||
a.btn {
|
||||
color: #fff;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
a.btn-default {
|
||||
color: #000;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: $cHoverBackground;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user