summaryrefslogtreecommitdiffstats
path: root/style/src/slider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'style/src/slider.rs')
-rw-r--r--style/src/slider.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/style/src/slider.rs b/style/src/slider.rs
index c143915e..bb36a176 100644
--- a/style/src/slider.rs
+++ b/style/src/slider.rs
@@ -19,10 +19,6 @@ pub struct Rail {
pub size: f32,
/// The border radius of the slider.
pub border_radius: f32,
- /// The border width of the slider.
- pub border_width: f32,
- /// The border [`Color`] of the slider.
- pub border_color: Color,
}
/// The appearance of the handle of a slider.