Merge pull request #13877 from IGLOU-EU/master

SCSS: add background on app section:hover
This commit is contained in:
Roeland Jago Douma 2019-02-04 08:53:37 +01:00 committed by GitHub
commit a242ec695a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1097,6 +1097,9 @@ span.version {
display: block;
margin: 8px 0;
}
&:hover {
background-color: var(--color-background-dark);
}
}
.app-description {
p {
@ -1502,6 +1505,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
input:not([type='submit']):not(:focus):not(:active) {
border-color: var(--color-border) !important;
}
&:not(#grid-header) {
box-shadow: 5px 0 0 var(--color-primary-element) inset;
}
}
> div,
> form {