Update BDFDB.raw.css
This commit is contained in:
parent
ca12d6015b
commit
8d51439f49
|
@ -1108,7 +1108,6 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
margin-top: 10px;
|
||||
padding: 6px 10px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
pointer-events: auto;
|
||||
min-height: 24px;
|
||||
height: unset;
|
||||
|
@ -1116,6 +1115,10 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
transform: scale(1);
|
||||
transition: all 300ms ease;
|
||||
}
|
||||
[REPLACE_CLASS_toastcloseable] {
|
||||
cursor: pointer;
|
||||
pointer-events: auto;
|
||||
}
|
||||
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsleft] [REPLACE_CLASS_toast] {
|
||||
border-radius: 0 5px 5px 0;
|
||||
transform-origin: left bottom;
|
||||
|
|
Loading…
Reference in New Issue