bug1918995-calculator.net-hide-copypaste-ui-for-buttons.css (595B)
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 * calculator.net - Text-selection UI interrupts users 7 * Bug #1918995 - https://bugzilla.mozilla.org/show_bug.cgi?id=1918995 8 * WebCompat issue #141610 - https://webcompat.com/issues/141610 9 * 10 * The text-selection copy/paste UI is not disabled on the keys of the 11 * calculator, which can lead to frustration. This CSS prevents that. 12 */ 13 #sciout :has(.scinm) { 14 user-select: none; 15 }