mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
style: Remove -moz-scrollbar-thumb-proportional
It unconditionally matches on all platforms, so it's not returning any useful information. Depends on D147689 Differential Revision: https://phabricator.services.mozilla.com/D147690
This commit is contained in:
parent
56551bec58
commit
0ac6aaa357
1 changed files with 1 additions and 5 deletions
|
@ -586,7 +586,7 @@ macro_rules! bool_pref_feature {
|
||||||
/// to support new types in these entries and (2) ensuring that either
|
/// to support new types in these entries and (2) ensuring that either
|
||||||
/// nsPresContext::MediaFeatureValuesChanged is called when the value that
|
/// nsPresContext::MediaFeatureValuesChanged is called when the value that
|
||||||
/// would be returned by the evaluator function could change.
|
/// would be returned by the evaluator function could change.
|
||||||
pub static MEDIA_FEATURES: [QueryFeatureDescription; 60] = [
|
pub static MEDIA_FEATURES: [QueryFeatureDescription; 59] = [
|
||||||
feature!(
|
feature!(
|
||||||
atom!("width"),
|
atom!("width"),
|
||||||
AllowsRanges::Yes,
|
AllowsRanges::Yes,
|
||||||
|
@ -855,10 +855,6 @@ pub static MEDIA_FEATURES: [QueryFeatureDescription; 60] = [
|
||||||
ScrollArrowStyle,
|
ScrollArrowStyle,
|
||||||
get_scrollbar_end_forward
|
get_scrollbar_end_forward
|
||||||
),
|
),
|
||||||
lnf_int_feature!(
|
|
||||||
atom!("-moz-scrollbar-thumb-proportional"),
|
|
||||||
ScrollSliderStyle
|
|
||||||
),
|
|
||||||
lnf_int_feature!(atom!("-moz-menubar-drag"), MenuBarDrag),
|
lnf_int_feature!(atom!("-moz-menubar-drag"), MenuBarDrag),
|
||||||
lnf_int_feature!(atom!("-moz-windows-default-theme"), WindowsDefaultTheme),
|
lnf_int_feature!(atom!("-moz-windows-default-theme"), WindowsDefaultTheme),
|
||||||
lnf_int_feature!(atom!("-moz-mac-graphite-theme"), MacGraphiteTheme),
|
lnf_int_feature!(atom!("-moz-mac-graphite-theme"), MacGraphiteTheme),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue