mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
custom-btn-secondary hover state
This commit is contained in:
Vendored
+5
@@ -12929,6 +12929,11 @@ textarea.form-control-lg {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
.custom-btn-secondary:hover, .custom-btn-secondary-flex:hover, .custom-btn-secondary:focus, .custom-btn-secondary-flex:focus, .custom-btn-secondary:active, .custom-btn-secondary-flex:active {
|
||||
background-color: #2d2d2d !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.custom-novel-nav {
|
||||
max-height: 40vh;
|
||||
}
|
||||
|
||||
Vendored
+6
@@ -137,6 +137,12 @@ $utilities: map-merge(
|
||||
@extend .border-0;
|
||||
@extend .py-2;
|
||||
@extend .px-3;
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: darken(map-get($custom-colors, charcoal-surface2), 5%) !important;
|
||||
color: white; // Ensure text remains white on hover
|
||||
}
|
||||
}
|
||||
|
||||
.custom-btn-secondary-flex {
|
||||
|
||||
Reference in New Issue
Block a user