mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Merge pull request #5968 from sboursen-scinote/sb_SCI-9020
Fix multiple CSS issues [SCI-9020]
This commit is contained in:
commit
e401ff308b
3 changed files with 8 additions and 3 deletions
|
@ -49,8 +49,7 @@
|
|||
padding: .1em 0;
|
||||
|
||||
&:hover {
|
||||
border: 1px solid $color-silver;
|
||||
border-radius: 3px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -414,6 +414,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
}
|
||||
|
||||
.sn-icon {
|
||||
bottom: 6px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 25px;
|
||||
|
@ -79,10 +80,11 @@
|
|||
&.error {
|
||||
&::after {
|
||||
@include font-awesome;
|
||||
top: 0;
|
||||
bottom: 6px;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
text-align: center;
|
||||
top: 6px;
|
||||
width: 25px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue