aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/css/display.css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-29 21:52:04 -0500
committerGitHub <noreply@github.com>2020-12-29 21:52:04 -0500
commit38709e219139484d0e1d41ad6f3014d7cb60ccdb (patch)
treeb19ade75aeec0aa9d7737b39214df519edc19821 /ext/mixed/css/display.css
parent773d67e75a3d01df5ad492896e19f5029e6e35d2 (diff)
Fix various issues with some styles (#1176)
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r--ext/mixed/css/display.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index abf8ae6e..143e03b0 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -537,6 +537,8 @@ button.sidebar-button.danger:hover .sidebar-button-icon {
flex-flow: row nowrap;
float: right;
margin: -0.25em;
+ position: relative;
+ z-index: 1;
}
.actions::after {
clear: both;
@@ -552,6 +554,7 @@ button.action-button {
padding: var(--action-button-padding);
background: transparent;
font-size: inherit;
+ box-shadow: none;
transition:
opacity var(--animation-duration) linear,
visibility 0s linear 0s,
@@ -580,11 +583,14 @@ button.action-button:disabled {
button.action-button:disabled:not([hidden]) {
opacity: 0.25;
}
-button.action-button:hover {
+button.action-button:hover,
+button.action-button:focus {
background-color: transparent;
+ box-shadow: none;
}
button.action-button:active {
background-color: var(--action-button-active-color);
+ box-shadow: none;
}
button.action-button::before {
content: "";