mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-24 21:21:59 +00:00
Fix ra tooltip displaying as line on metro (#3193)
* Fix ra tooltip displaying as line on metro Additionally remove useless content property on customizeableTooltip * Remove useless border-color property
This commit is contained in:
parent
580d84c617
commit
ad5bca489c
@ -636,7 +636,7 @@ body.t-s9 {
|
||||
}
|
||||
|
||||
.t-inverted .c-autobuyer-box-row__modal,
|
||||
.t-inverted-metro .c-autobuyer-box-row__modal {
|
||||
.t-inverted-metro .c-autobuyer-box-row__modal {
|
||||
background-color: var(--color-base);
|
||||
border-color: var(--color-text);
|
||||
}
|
||||
|
@ -330,7 +330,6 @@ button:focus {
|
||||
}
|
||||
|
||||
.c-tooltip-content {
|
||||
content: attr(ach-tooltip);
|
||||
width: 16rem;
|
||||
position: absolute;
|
||||
z-index: 4;
|
||||
@ -1602,16 +1601,16 @@ br {
|
||||
}
|
||||
|
||||
.o-primary-btn--dimboost {
|
||||
position: relative;
|
||||
width: 21rem;
|
||||
height: 4.5rem;
|
||||
position: relative;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.o-primary-btn--galaxy {
|
||||
position: relative;
|
||||
width: 21rem;
|
||||
height: 4.5rem;
|
||||
position: relative;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
@ -2306,8 +2305,8 @@ br {
|
||||
align-items: center;
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
margin: 0.5rem;
|
||||
color: var(--color-text);
|
||||
margin: 0.5rem;
|
||||
}
|
||||
|
||||
.l-game-header__buttons-line {
|
||||
@ -4193,11 +4192,6 @@ br {
|
||||
border-color: var(--color-text);
|
||||
}
|
||||
|
||||
.t-s6 .o-autobuyer-toggle-checkbox__label,
|
||||
.t-s10 .o-autobuyer-toggle-checkbox__label {
|
||||
border-color: #cccccc;
|
||||
}
|
||||
|
||||
.t-s6 .o-autobuyer-toggle-checkbox__label,
|
||||
.t-s10 .o-autobuyer-toggle-checkbox__label {
|
||||
border-color: var(--color-text);
|
||||
@ -7638,8 +7632,8 @@ kbd {
|
||||
left: 50%;
|
||||
z-index: 0;
|
||||
border-top: 0 solid black;
|
||||
border-right: var(--var-border-width, 0.7rem) solid transparent;
|
||||
border-left: var(--var-border-width, 0.7rem) solid transparent;
|
||||
border-right: 0.7rem solid transparent;
|
||||
border-left: 0.7rem solid transparent;
|
||||
margin-bottom: 0;
|
||||
margin-left: -0.7rem;
|
||||
transition-duration: 0.3s;
|
||||
|
Loading…
Reference in New Issue
Block a user