This commit is contained in:
Alexander Agnarson 2021-07-03 12:53:31 +02:00
parent 2717c452e1
commit 7cc7fb8030
14 changed files with 59 additions and 33 deletions

View file

@ -95,12 +95,6 @@
background-image: -webkit-linear-gradient(left, red, #ff7f00, yellow, #80ff00, lime, #00ff80, aqua, #007fff, blue, #7f00ff, fuchsia, #ff0080, red) !important;
widows: 100% !important;
}
.customize-control-kirki-color .kirki-input-container[data-has-alpha=false] .iris-picker.iris-border {
width: 100% !important;
}
.customize-control-kirki-color .kirki-input-container[data-has-alpha=false] .iris-picker .iris-square {
margin-right: 7px !important;
}
.customize-control-kirki-color .kirki-input-container[data-has-alpha=true] .iris-picker-inner {
display: grid;
grid-template-columns: 1fr 20px 20px;
@ -357,6 +351,10 @@
background-color: #00a0d2;
color: rgba(255, 255, 255, 0.8);
}
.customize-control-kirki-radio-buttonset .screen-reader-text:focus {
clip-path: inset(50%);
-webkit-clip-path: inset(50%);
}
.customize-control-kirki-radio-image > .image {
display: flex;
@ -736,6 +734,10 @@
.customize-control-kirki-toggle {
position: relative;
}
.customize-control-kirki-toggle .screen-reader-text:focus {
clip-path: inset(50%);
-webkit-clip-path: inset(50%);
}
.customize-control-kirki-toggle label {
display: flex;
flex-wrap: wrap;