From be85fa7f9ca672a25a2ec19256999e82f349b2d3 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Tue, 20 Nov 2018 15:42:38 +0200 Subject: [PATCH] border styles removed for popups in controlbar --- src/routes/Player/ControlBar/styles.less | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/routes/Player/ControlBar/styles.less b/src/routes/Player/ControlBar/styles.less index 231155beb..8bd073ee2 100644 --- a/src/routes/Player/ControlBar/styles.less +++ b/src/routes/Player/ControlBar/styles.less @@ -22,7 +22,11 @@ .button { height: @buttons-bar-height; width: @buttons-bar-height; - border-width: 0 1px 1px 1px; + + .icon { + width: floor((@buttons-bar-height * 0.6)); + height: floor((@buttons-bar-height * 0.6)); + } } .time-label { @@ -38,8 +42,6 @@ } .popup-container { - border-width: 1px 1px 0px 1px; - &.volume-popup-container { padding: ceil((@buttons-bar-height * 0.4)) 0; width: @buttons-bar-height; @@ -84,18 +86,13 @@ justify-content: center; align-items: center; cursor: pointer; - border-style: solid; - border-color: @colortransparent; .icon { - width: 60%; - height: 60%; fill: @colorwhite80; } &.active { background-color: @colorbgmain; - border-color: @colorprimlight; .icon { fill: @colorwhite; @@ -129,6 +126,4 @@ justify-content: center; align-items: center; background-color: @colorbgmain; - border-style: solid; - border-color: @colorprimlight; } \ No newline at end of file