Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3487643
D4353.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
595 B
Referenced Files
None
Subscribers
None
D4353.diff
View Options
diff --git a/web/components/button.css b/web/components/button.css
--- a/web/components/button.css
+++ b/web/components/button.css
@@ -3,7 +3,7 @@
align-items: center;
justify-content: center;
background: var(--settings-btn-bg);
- border-color: transparent;
+ border: 1px solid transparent;
font-size: var(--m-font-16);
padding: 12px 24px;
border-radius: 4px;
@@ -36,7 +36,7 @@
.secondary {
background: var(--btn-bg-secondary);
color: var(--fg);
- border: 1px solid var(--btn-secondary-border);
+ border-color: var(--btn-secondary-border);
}
.secondary:hover {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 8:35 AM (20 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2676182
Default Alt Text
D4353.diff (595 B)
Attached To
Mode
D4353: [web] Make button size consistent between variants
Attached
Detach File
Event Timeline
Log In to Comment