Install-usercss: Remove text shadow on hover

This commit is contained in:
Rob Garrison 2017-11-30 15:08:57 -06:00
parent 854fcb3ea2
commit 1a017bc8df
2 changed files with 4 additions and 4 deletions

View File

@ -58,9 +58,7 @@
</h1> </h1>
<div class="actions"> <div class="actions">
<h2 class="installed" i18n-text="installButtonInstalled"></h2> <h2 class="installed" i18n-text="installButtonInstalled"></h2>
<span class="install-wrapper"> <button class="install" i18n-text="installButton"></button>
<button class="install" i18n-text="installButton"></button>
</span>
<label class="set-update-url"> <label class="set-update-url">
<input type="checkbox"> <input type="checkbox">
<span></span> <span></span>

View File

@ -155,8 +155,10 @@ h1 small {
background-position: center center; background-position: center center;
} }
.install-wrapper:hover { .install:hover {
filter: brightness(1.1); filter: brightness(1.1);
color: #eee;
text-shadow: none;
} }
.install.reinstall:after { .install.reinstall:after {