1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-20 21:15:48 +02:00

Fix weird button styles in inline replies in modal dialogs

This commit is contained in:
chylex 2017-09-29 12:48:00 +02:00
parent aee758b559
commit 4a404ecabc

View File

@ -189,6 +189,11 @@ a[data-full-url] {
cursor: pointer;
}
.is-inverted-dark .inline-reply .btn:hover {
/* Reply buttons in modals are bork */
background-color: transparent;
}
/********************************************************************/
/* Fix glaring visual issues because twitter is fucking incompetent */
/********************************************************************/