mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #430 from sharelatex/pr-fix-border-retina
Use solid color instead of opacity, to avoid rendering issues.
This commit is contained in:
commit
582eff77ba
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@
|
|||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.5;
|
||||
background-color: tint(@rp-highlight-blue, 50%);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: @rp-highlight-blue;
|
||||
background-color: tint(@rp-highlight-blue, 50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue