-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS : Minor fix #2177
CSS : Minor fix #2177
Conversation
Co-authored-by: pyuk-bot <[email protected]>
@@ -247,7 +247,6 @@ i.subtle:hover { | |||
position: relative; | |||
padding: 3px 2px 3px 2px; | |||
margin: 0 -1px 0 0; | |||
top: 1px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the spacing was intentional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm still confused. What is this changing and why? Do you have before/after screenshots?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -163,6 +163,9 @@ button:disabled { | |||
text-shadow: none; | |||
color: #F9F9F9; | |||
} | |||
.dark select.button { | |||
background-color: #2b2c31 !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a guess as to what's going on here but what browser is this bad???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use chrome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hah, it turns out that Chrome for Windows has this problem, but Chrome for Mac doesn't.
Anyway, interesting solution, but it turns out styling option
works, and doesn't require your hack that makes select buttons uglier.
@@ -1202,12 +1202,12 @@ | |||
} | |||
for (i = 0; i < this.curSetList.length; i++) { | |||
if (this.curSetList.length < this.curTeam.capacity && this.deletedSet && i === this.deletedSetLoc) { | |||
buf += '<li><button name="undeleteSet"><i class="fa fa-undo"></i> Undo Delete</button></li>'; | |||
buf += '<li><button name="undeleteSet" class="button"><i class="fa fa-undo"></i> Undo Delete</button></li>'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks better as not a button...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It shouldn't be white. I must be mixing this up with something else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I got this mixed up with undeleting teams, which already has styling.
- Updates New Replays for the design refresh - Updates STYLING.html for the design refresh Fixes smogon#2177
oldnew
oldnew
oldnew
oldnew