PluginProbe
ElasticPress / 4.5.2
ElasticPress v4.5.2
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / css / instant-results / utilities.css

utilities.css in ElasticPress 4.5.2, at assets/css/instant-results/utilities.css

48 lines 948 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ep-search-reset-button {
2 font: inherit !important;
3 height: auto !important;
4 letter-spacing: inherit !important;
5 line-height: 1 !important;
6 margin: 0 !important;
7 padding: 0 !important;
8 text-align: inherit !important;
9 text-transform: inherit !important;
10 width: auto !important;
11
12 &,
13 &:focus,
14 &:hover {
15 background: transparent !important;
16 border: none !important;
17 box-shadow: none !important;
18 color: inherit !important;
19 cursor: default !important;
20 }
21
22 &:focus {
23 outline: medium auto Highlight !important;
24 outline: medium auto -webkit-focus-ring-color !important;
25 outline-offset: 0 !important;
26 }
27 }
28
29 .ep-search-small-button {
30 font-size: 0.875em !important;
31 height: auto !important;
32 line-height: 1 !important;
33 padding: 0.5em !important;
34 }
35
36 .ep-search-icon-button {
37 align-items: center;
38 display: flex;
39 justify-content: space-between;
40
41 & svg {
42 fill: currentcolor;
43 flex-shrink: 0;
44 height: 1em;
45 width: 1em;
46 }
47 }
48