From 5c4bcbd6a2ce70f6513c5dff872522dde3fcbcc3 Mon Sep 17 00:00:00 2001 From: aidahosa1 Date: Tue, 17 Sep 2024 13:48:13 -0400 Subject: ready to pull REAL --- src/client/views/FilterPanel.scss | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) (limited to 'src/client/views/FilterPanel.scss') diff --git a/src/client/views/FilterPanel.scss b/src/client/views/FilterPanel.scss index fbdebde0d..508b1ee1f 100644 --- a/src/client/views/FilterPanel.scss +++ b/src/client/views/FilterPanel.scss @@ -231,10 +231,8 @@ .filterHotKey-button { pointer-events: auto; - // padding-right: 8px; //5px; width: 100%; //width: 25px; border-radius: 5px; - // margin-right: 20px; margin-top: 8px; border-color: #d3d3d3; border-style: solid; @@ -242,7 +240,7 @@ transition: all 0.3s ease-out; display: flex; flex-direction: row; - padding: 5px; /* Adjust the padding value as needed */ + padding: 5px; &:hover{ @@ -250,18 +248,6 @@ background-color: #6d6c6c } - - - // &.active { - // background-color: #6d6c6c; - - - - // .icon-panel{ - // display: flex - // } - // } - .hotKey-icon, .hotKey-close{ background-color: transparent; border-radius: 10%; @@ -300,36 +286,19 @@ .hotKeyButtons { position: relative; width: 100%; - // margin-top: 3px; - // // grid-column: 1/4; - // width: 100%; - // height: auto; - // display: flex; - // // flex-direction: row; - // // flex-wrap: wrap; - // padding-bottom: 5.5px; + } .hotKey-icon-button { - // pointer-events: auto; /* Re-enable pointer events for the buttons */ - // width: 30px; - // height: 30px; - // border-color: $medium-blue; background-color: transparent; - &.active{ - - } } .icon-panel { - // bottom: -14px; position: absolute; z-index: 10000; - // background-color: #616060; - // background-color: #323232; border-color: black; border-style: solid; border-width: medium; -- cgit v1.2.3-70-g09d2