mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 12:28:06 +01:00
Use less variable @link for .btn-link
Used to preview @link color on back-office of theme builder module
This commit is contained in:
parent
d4ef74025e
commit
c8dcf289ee
@ -231,3 +231,34 @@
|
||||
background: lighten(@warning, 5%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
color: @link !important;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: darken(@link, 2%);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&.active {
|
||||
outline: 0;
|
||||
color: darken(@link, 2%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-link[disabled],
|
||||
.btn-link.disabled {
|
||||
color: lighten(@link, 5%);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: lighten(@link, 5%);
|
||||
}
|
||||
|
||||
&:active,
|
||||
&.active {
|
||||
color: lighten(@link, 5%) !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user