Skip to content

Commit

Permalink
Give more relevance to ationbar buttons (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
luorlandini authored Nov 19, 2021
1 parent 96268bb commit 33c2145
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions geonode_mapstore_client/client/themes/geonode/less/_menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@

}
}
#page-dataset-viewer{
.gn-menu{
&.gn-default{
.gn-menu-content-side {
&.gn-menu-content-left {
.btn-default {
.border-color-var(@theme-vars[@button-default][button-action-border-color]);
.background-color-var(@theme-vars[main-bg]);
&:hover {
.background-color-var(@theme-vars[main-hover-bg]);
}
}

}
}
}
}
}

}

// **************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
@button-default: {
button-color: --gn-button-color, @gn-main-color;
button-bg: --gn-button-bg, @gn-main-bg;
button-action-border-color: --gn-button-action-border-color, @gn-main-border-color;
button-border-color: --gn-button-border-color, @gn-main-bg;
button-focus-color: --gn-button-focus-color, @gn-main-color;
button-focus-bg: --gn-button-focus-bg, darken(@gn-main-bg, 10%);
Expand Down

0 comments on commit 33c2145

Please sign in to comment.