mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
New Snippet
This commit is contained in:
parent
ce0ef6bf46
commit
ac05cd083e
1 changed files with 32 additions and 0 deletions
32
OtherStuff/Search-As-Button.css
Normal file
32
OtherStuff/Search-As-Button.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
/**
|
||||
* @name Search As Button
|
||||
* @author Madeline, KrystalSkullOfficial
|
||||
* @description Makes Search Icon a button.
|
||||
* @version 3.0
|
||||
*/
|
||||
|
||||
.search__97492:not(.open__97492)>.searchBar__97492 {
|
||||
width: 30px;
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.search__97492:not(.open__97492) .iconLayout_fea832 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search__97492:not(.open__97492):hover .icon_fea832 {
|
||||
color: var(--icon-secondary);
|
||||
}
|
||||
|
||||
.open__97492 .iconContainer_fea832 {
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.iconContainer_fea832 {
|
||||
margin-bottom: -6px !important;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
left: -8px;
|
||||
color: var(--icon-tertiary);
|
||||
}
|
Loading…
Add table
Reference in a new issue