Merge pull request #5188 from sboursen-scinote/sb_SCI-7663

CSS: slight move of the three dots button on cards view [SCI-7663]
This commit is contained in:
artoscinote 2023-04-05 15:27:48 +02:00 committed by GitHub
commit 80b25f695e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -8,6 +8,9 @@
.projects-show {
.experiment-actions-menu {
height: 36px;
width: 36px;
.dropdown-menu {
a,
button {
@ -473,6 +476,9 @@
.project-show-container {
.experiment-actions-menu {
height: 36px;
width: 36px;
.btn-light:hover {
background: $color-alto;
}

View file

@ -735,7 +735,8 @@ li.module-hover {
top: .2em;
.project-actions-menu {
height: 40px;
height: 36px;
width: 36px;
a {
@include font-button;
@ -1057,7 +1058,8 @@ li.module-hover {
.projects-container {
.project-actions-menu {
height: 40px;
height: 36px;
width: 36px;
.btn-light:hover {
background: $color-alto;