mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Remove outdated FF CSS fix
This commit is contained in:
parent
d4ce325e0b
commit
e166a78a48
1 changed files with 0 additions and 4 deletions
|
@ -1621,10 +1621,6 @@ input[type="search"]:-moz-ui-invalid{
|
|||
box-shadow: 1px 1px 0 #ff0000, -1px -1px 0 #ff0000;
|
||||
}
|
||||
|
||||
select[multiple] option:last-child{
|
||||
margin-bottom: 1rem; /* needed for firefox */
|
||||
}
|
||||
|
||||
select[multiple] option:checked{
|
||||
/* We have to use this method to set the bg color because browsers override background-color with !important */
|
||||
background-image: linear-gradient(0deg, var(--button) 0%, var(--button) 100%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue