bug1886616-www.six-group.com-select-fix.css (574B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 /** 6 * www.six-group.com - Selected input values are hidden 7 * Bug #1886616 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886616 8 * WebCompat issue #129271 - https://webcompat.com/issues/129271 9 * 10 * The page is hiding CSS content, which is not interoperable. In this 11 * case, it causes their select dropdown's values to be hidden. 12 */ 13 select { 14 content: normal; 15 }