Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-11-19 10:19:08 +01:00
commit 39a33a6a7c
2 changed files with 30 additions and 4 deletions

View File

@ -116,6 +116,7 @@
&:active, &:active,
&:valid { &:valid {
box-shadow: 0 0 0 40px $color-bg-panel inset; box-shadow: 0 0 0 40px $color-bg-panel inset;
-webkit-text-fill-color: $color-primary-medium
} }
} }
} }
@ -198,7 +199,7 @@
} }
&.standout { &.standout {
border-radius: 1px; border-radius: 1px;
background-color: rgba(255, 255, 255, .1); background-color: rgba(161, 161, 161, 0.1);
padding: 0 12px; padding: 0 12px;
transition-property: background-color, color; transition-property: background-color, color;
transition-duration: 200ms; transition-duration: 200ms;
@ -208,6 +209,17 @@
& > .underline { & > .underline {
display: none; display: none;
} }
& > .infix > .control > input {
&:-internal-autofill-selected {
&,
&:hover,
&:active,
&:valid {
box-shadow: 0 0 0 40px #474747 inset;
-webkit-text-fill-color: $color-font-dark
}
}
}
& > .infix > .control > * { & > .infix > .control > * {
color: $color-font-dark; color: $color-font-dark;
@ -225,6 +237,17 @@
background-color: $color-font-dark; background-color: $color-font-dark;
& > .container { & > .container {
& > .infix > .control > input {
&:-internal-autofill-selected {
&,
&:hover,
&:active,
&:valid {
box-shadow: 0 0 0 40px $color-font-dark inset;
-webkit-text-fill-color: $color-font-bg
}
}
}
& > .infix > .control > * { & > .infix > .control > * {
color: $color-marginal; color: $color-marginal;

View File

@ -23,9 +23,12 @@ vn-layout {
padding-right: 16px; padding-right: 16px;
overflow: hidden; overflow: hidden;
& > .logo > img { & > .logo {
height: 32px; outline: 0;
display: block; & > img {
height: 32px;
display: block;
}
} }
& > .main-title { & > .main-title {
font-size: 1.56rem; font-size: 1.56rem;