mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
Avoid changing border width or padding on hover
This commit is contained in:
parent
4b21e3f125
commit
b6597621e7
|
|
@ -2291,9 +2291,9 @@ a.ilink.yours {
|
|||
.teamlist button {
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
padding: 3px 6px;
|
||||
padding: 2px 5px;
|
||||
margin: 0;
|
||||
font-size: 9pt;
|
||||
font-family: Verdana, sans-serif;
|
||||
|
|
@ -2301,7 +2301,6 @@ a.ilink.yours {
|
|||
.setmenu button:hover,
|
||||
.teamlist button:hover {
|
||||
border: 1px solid #888888;
|
||||
padding: 2px 5px;
|
||||
background: #D5D5D5;
|
||||
}
|
||||
.setmenu button i,
|
||||
|
|
@ -2724,20 +2723,19 @@ a.ilink.yours {
|
|||
overflow: visible;
|
||||
}
|
||||
.teambuilder-results .result a {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
padding: 1px 1px 1px 5px;
|
||||
padding: 0px 0px 0px 4px;
|
||||
margin: 0 5px 1px 5px;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
.teambuilder-results .result a:hover {
|
||||
padding: 0px 0px 0px 4px;
|
||||
border: 1px solid #D8D8D8;
|
||||
background: #F8F8F8;
|
||||
}
|
||||
.teambuilder-results .firstresult a,
|
||||
.teambuilder-results .firstresult a:hover {
|
||||
padding: 0px 0px 0px 4px;
|
||||
border: 1px solid #CCCCCC;
|
||||
background: #F2F2F2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user