1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Fixed FF dropdown visual bug

no refs.
- fixes double border visual bug in Firefox
This commit is contained in:
Peter Zimon 2020-05-20 09:49:12 +02:00
parent 208198c166
commit 51fc3008b2

View file

@ -673,9 +673,6 @@ textarea {
/* ---------------------------------------------------------- */
@-moz-document url-prefix() {
.gh-select {
border-width: 1px;
}
.gh-select select {
padding: 7px 10px 7px 8px;
}