mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix button style (#4166)
This commit is contained in:
parent
bd06d8efdc
commit
e3c58944d9
@ -18,7 +18,8 @@
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.popup::before, .popup::after {
|
||||
.popup::before,
|
||||
.popup::after {
|
||||
left: auto;
|
||||
right: calc(1em + 33px);
|
||||
transform: translateX(50%);
|
||||
@ -34,18 +35,22 @@
|
||||
fill: inherit;
|
||||
background: inherit !important;
|
||||
|
||||
&-btn {
|
||||
padding-top: 0 !important;
|
||||
color: rgba(255, 255, 255, 0.9) !important;
|
||||
&:hover {
|
||||
background-color: transparent !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-text {
|
||||
height: auto !important;
|
||||
line-height: normal !important;
|
||||
}
|
||||
|
||||
.bag-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user