Remove redundant scrollbar css
This commit is contained in:
@@ -1,31 +0,0 @@
|
|||||||
.windows-web, .windows-desktop, .linux-web, .linux-desktop {
|
|
||||||
|
|
||||||
$thumb-color: #dfdfdf;
|
|
||||||
$track-border-color: #E7E7E7;
|
|
||||||
$thumb-width: 4px;
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 17px;
|
|
||||||
height: 18px;
|
|
||||||
border-left: 0.5px solid $track-border-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
height: 6px;
|
|
||||||
border: $thumb-width solid rgba(0, 0, 0, 0);
|
|
||||||
background-clip: padding-box;
|
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
background-color: $thumb-color;
|
|
||||||
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-button {
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-corner {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
@import "app/main";
|
@import "app/main";
|
||||||
@import "app/ui";
|
@import "app/ui";
|
||||||
@import "app/scrollbars";
|
|
||||||
@import "app/footer";
|
@import "app/footer";
|
||||||
@import "app/tags";
|
@import "app/tags";
|
||||||
@import "app/notes";
|
@import "app/notes";
|
||||||
@@ -9,4 +8,4 @@
|
|||||||
@import "app/modals";
|
@import "app/modals";
|
||||||
@import "app/lock-screen";
|
@import "app/lock-screen";
|
||||||
@import "app/stylekit-sub";
|
@import "app/stylekit-sub";
|
||||||
@import "app/ionicons";
|
@import "app/ionicons";
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
.sk-panel#account-panel
|
.sk-panel#account-panel
|
||||||
.sk-panel-header
|
.sk-panel-header
|
||||||
.sk-panel-header-title Account
|
.sk-panel-header-title Account
|
||||||
%a.sk-a.infoclose-button{"ng-click" => "close()"} Close
|
%a.sk-a.info.close-button{"ng-click" => "close()"} Close
|
||||||
.sk-panel-content
|
.sk-panel-content
|
||||||
.sk-panel-section.sk-panel-hero{"ng-if" => "!user && !formData.showLogin && !formData.showRegister && !formData.mfa"}
|
.sk-panel-section.sk-panel-hero{"ng-if" => "!user && !formData.showLogin && !formData.showRegister && !formData.mfa"}
|
||||||
.sk-panel-row
|
.sk-panel-row
|
||||||
|
|||||||
Reference in New Issue
Block a user