Merge pull request 'Production release July 2024 [EXPLORE]' (#15) from develop into master
Reviewed-on: #15
This commit is contained in:
commit
014adfe458
|
@ -452,6 +452,23 @@ a:hover .text-usage-counts-hover:extend(.uk-text-background) {
|
|||
border-radius: @global-small-border-radius;
|
||||
}
|
||||
|
||||
.custom-view-button {
|
||||
padding: 4px;
|
||||
background: @light-color;
|
||||
border: 1px solid @disable-color;
|
||||
border-radius: 4px;
|
||||
icon {
|
||||
color: @disable-color;
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: transparent linear-gradient(315deg, @primary-light-color 0%, @primary-dark-color 100%) 0% 0% no-repeat padding-box;
|
||||
icon {
|
||||
color: @light-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@inverse-general-custom-external-color: @global-inverse-color;
|
||||
|
||||
.hook-inverse() {
|
||||
|
|
2950
vocabulary/fos.json
2950
vocabulary/fos.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue